athmovil_checkout_flutter 6.0.0+1 copy "athmovil_checkout_flutter: ^6.0.0+1" to clipboard
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
  }
0
likes
120
points
2
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for integrating the ATH Móvil Payment Secure Button on Android and iOS.

License

MIT (license)

Dependencies

async, flutter, flutter_localizations, intl, provider, shared_preferences, uuid

More

Packages that depend on athmovil_checkout_flutter

Packages that implement athmovil_checkout_flutter