buy_me_a_coffee_widget 0.0.2 copy "buy_me_a_coffee_widget: ^0.0.2" to clipboard
buy_me_a_coffee_widget: ^0.0.2 copied to clipboard

outdated

Did you ever needed a widget for buy me a coffee, well here it is.

Buy Me A Coffee

Buy me a coffee widget #

Did you ever needed a widget for buy me a coffee, well here it is.

Buy me a coffee widget

Getting Started #

You have to import

import 'package:buy_me_a_coffee_widget/buy_me_a_coffee_widget.dart';

then you can use the Widget.

Container(
  width: 217.0,
  child: BuyMeACoffeeWidget(
      sponsorID: "sBGXj7Pl4",
      theme: theme,
  ),
)

For a more in depth example please go to the Example Folder.