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