Press ESC to close

Flutter App : A Flutter package that helps you to integrate Buy me a crypto coffee widget in flutter

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

import 'package:buy_me_a_crypto_coffee/buy_me_a_crypto_coffee.dart';

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 element must be added to your manifest as a child of the root element.

<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

GitHub

View Github

Footer Example