buy_me_a_crypto_coffee

Creator: coderz1093

Last updated:

0 purchases

buy_me_a_crypto_coffee Image
buy_me_a_crypto_coffee Images

Languages

Categories

Add to Cart

Description:

buy me a crypto coffee

Buy me a crypto coffee #
Features #
A Flutter package that helps you to integrate Buy me a crypto coffee widget in your flutter app.

Getting started #
You have to import
your code
copied to clipboard
Then you can use the Widget.
Container(
width: 180,
child: BuyMeACryptoCoffeeWidget(
address: "Enter your address here",
),
)
copied to clipboard
For a more in depth example please go to the Example Folder Github.
Configuration #
IOS #
Add any URL schemes passed as LSApplicationQueriesSchemes entries in your Info.plist file.
Example:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>http</string>
</array>
copied to clipboard
ANDROID #
Starting from API 30 Android requires package visibility configuration in your AndroidManifest.xml otherwise it will return false. A
<queries>
<!-- If your app opens https URLs -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
</queries>
copied to clipboard
About the Developer #
Twitter
Linkedin
Github

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.