fonepay_flutter 2.0.0
fonepay_flutter: ^2.0.0 copied to clipboard
An un-official Flutter plugin for Fonepay Payment Gateway, integrate with ease and without any hassle.
1.0.0 #
- Initial release of the
flutter_fonepaypackage.
1.1.0 #
- Added
FonePayButtonwidget for ease of initiating payments. - Added
FonePayPageContentclass to provide options for customizing the FonePay payment screen. - Updated README.md file with recent changes reflection.
- Minor bug fixes in example project
2.0.0 #
- Major upgrade to Android build system (Gradle 8.13, AGP 8.12.0).
- Support for Java 21 and modern Android environments.
- Enabled cleartext traffic in example app for testing purposes.
- Updated SDK constraints to support Dart 3.0.
- Improved static analysis compliance and dependency management.
1.1.1 #
- Fixed fonepay live url issue
- Minor bug fixes and updated docs