athmovil_checkout_flutter 6.0.0+1
athmovil_checkout_flutter: ^6.0.0+1 copied to clipboard
Flutter plugin for integrating the ATH Móvil Payment Secure Button on Android and iOS.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- Update dependencies flutter
dependencies:
async: ^2.6.1
uuid: 3.0.4
intl: ^0.18.1
4.0.0 #
- Updated plugin add Microservices new flow.
5.0.0 #
- Updated plugin only new flow available.
6.0.0 #
- Updated plugin add new relic report.
6.0.0+1 #
- Updated plugin metadata for pub.dev publication.
- Improved README documentation and installation steps.
- Updated example app to a modern Flutter-compatible project.
- Added compatibility improvements for Android and iOS builds.
- Updated dependencies and project configuration.
- New ATHMovilPaymentSecureButton:
ATHMovilPaymentSecureButton(style: Style.orange,
lang: Lang.en,
athMovilPayment: ATHMovilPayment(), //ATHMovilPayment
listener: this,) //ATHMovilPaymentResponseListener
- New ATHMovilPayment:
ATHMovilPayment(
businessToken: ,
callbackSchema: ,
total: ,
subtotal: ,
tax: ,
timeout: ,
metadata1: ,
metadata2: ,
items: ,
phoneNumber: , //Add this param Phone number of customer is optional
);
- New Handle response method:
@override
void onFailedPayment(ATHMovilPaymentResponse athMovilPaymentResponse) {
//Handle response faild transaction
}
