medapay 0.1.3 medapay: ^0.1.3 copied to clipboard
The MedaPay Flutter SDK provides convenient access to the MedaPay API from applications written in dart for Flutter.
[0.0.1] - January 28, 2021 #
Initial Release #
- Enables creation of Meda Bill
- Provides a seamless payment modal to settle payment without leaving developer's app
- Provides callback functions to listen on payment status updates
- Provides a cross-platform solution for both Android and IOS
[0.0.2] - January 28, 2021 #
- Updated readme.
[0.0.3] - January 28, 2021 #
- Updated readme.
[0.0.4] - January 28, 2021 #
- Updated CHANGELOG.
[0.0.5] - January 28, 2021 #
- Updated pubspec description.
[0.1.0] - April 28, 2021 - Milestone release #
- Updated Launcher API
- Updated Payment Screen
- Updated Payment Logic
- Added better error and success handling
- Updated pubspec description.
[0.1.1] - April 28, 2021 #
- Updated internal urls
- Updated pubspec description.
[0.1.2] - May 06, 2021 #
- Fix for amounts without floating values
- Updated pubspec description.
[0.1.3] - June 01, 2021 #
- Added screen routes for payment completion and cancelation
- Fixed number input issue
- Misc updates