flutter_donation_buttons 0.3.7 flutter_donation_buttons: ^0.3.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
tolaunchUrlString
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 #
0.2.7 #
- Replace print with
debugPrint
intry catch
statements
0.3.7 #
- Add
isEnabled
property to disable or enable Ko-fi and BuyMeACoffeButton. Thanks to @maxmitchenko for this feature