flutter_donation_buttons 0.2.7 copy "flutter_donation_buttons: ^0.2.7" to clipboard
flutter_donation_buttons: ^0.2.7 copied to clipboard

A collection of your most used donation/support buttons to support your development.

0.0.1 #

Added Kofi, PayPal and Patreon Button

0.0.2 #

Fixed some small staff in the documentation, tried to format the data better

0.0.3 #

  • Added example folder and main.dart
  • Added Buy me a coffe button
  • Added images

0.0.4 #

  • Added onDonation optional callback to allow additional logic to run after a user donated something based on: PR #1. Thanks a lot to @hatch01
  • Updated example code with onDonation example
  • Removed FontAwesome Icons as SimpleIcons already covered all icons to improve package size
  • Added code so everyone can easily run the example

0.0.5 #

  • Upgrade dependencies to be up to date
  • Upgrade dart sdk version
  • Upgrade flutter sdk version
  • Changed launch to launchUrlString

0.0.6 #

  • Fixed misspelled Coffee in files and strings. See PR #2. Thanks a lot to @Haedong-Jeon for opening that issue and (@MrCsabaToth)[https://github.com/MrCsabaToth] for resolving it.
  • Switch print to debugPrint
  • Add lint: don't use print
  • Remove unused imports
  • Remove depreciated APIs + flutter format

0.1.6 #

  • Attempt to use semantic versioning correctly
  • Allow custom styling while keeping button colors with new style. Thanks to @collodi for opening the issue.
  • Update example to reflect new feature

0.2.6 #

  • Created new parameter called onDonate which allows for custom code to be executed instead of the typical url launcher method. Thanks to @FriesI23
  • Add pubspec.lock to .gitignore based on this StackOverflow post

0.2.7 #

  • Replace print with debugPrint in try catch statements
17
likes
0
pub points
79%
popularity

Publisher

unverified uploader

A collection of your most used donation/support buttons to support your development.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, simple_icons, url_launcher

More

Packages that depend on flutter_donation_buttons