buy_me_a_crypto_coffee 0.0.1 copy "buy_me_a_crypto_coffee: ^0.0.1" to clipboard
buy_me_a_crypto_coffee: ^0.0.1 copied to clipboard

A package that helps you to integrate Buy Me a Crypto Coffee widget in your flutter app.

Buy me a crypto coffee #

Features #

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

me

Getting started #

You have to import

your code

Then you can use the Widget.

Container(
    width: 180,
    child: BuyMeACryptoCoffeeWidget(
    address: "Enter your address here",
            ),
        )

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>

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>

About the Developer #

Twitter Linkedin Github

9
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A package that helps you to integrate Buy Me a Crypto Coffee widget in your flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, google_fonts, url_launcher

More

Packages that depend on buy_me_a_crypto_coffee