nravepay 1.2.3 nravepay: ^1.2.3 copied to clipboard
Nravepay is a package that makes accepting card payments in a flutter project easier using Flutterwave.
1.2.3 #
- dependency upgrade
- minor bug fixes
1.2.2 #
1.2.1-dev.4 #
- fixed issue with getting list of banks
1.2.1-dev.3 #
- Fixed issue with international transactions
- Added logging to
Setup
1.2.1-dev.2 #
- Code refactor and bug fixes
1.2.1-dev.1 #
- Fixed Returning full List of banks
- BREAKING: Modified
BankCard.toJson()
- Added 'country' and 'currency' params to
Setup
1.2.0 #
- Fixed error in endpoint url for tokenized charge in Version 2
- Added more documentation
- Changed license
- BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
- Fixed text color not visible in dark mode
1.2.0-dev.1 #
- Fixed error in endpoint url for tokenized charge in Version 2
- Added more documentation
- Changed license
- BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
- Fixed text color not visible in dark mode
1.1.0 #
-
Made the package more customisable, #12
-
Breaking change - setup function now takes a Setup object
-
Updated docs & screenshots
-
Upgraded dependencies
1.0.5 #
- Added support for more currencies
1.0.4 #
- Fixed disabled button not visible
1.0.1+2 #
- Update API Endpoints and parameters to v3
- Added example project
- More details to README.md
1.0.0+1 #
- Initial release