transfermovil 1.0.3 copy "transfermovil: ^1.0.3" to clipboard
transfermovil: ^1.0.3 copied to clipboard

PlatformAndroid

A Flutter package to use Transfermóvil online payment method.

Codacy Badge

A Flutter package to use Transfermóvil online payment method (Only Android).

Features #

Open Transfermovil Android App in online payment view.

Usage #

Just add this to your pubspec.yaml:

  dependencies:
    transfermovil: ^1.0.3

Or

  dependencies:
    transfermovil:
      git: https://github.com/alejandrogiubel/transfermovil
Transfermovil.makeOnlinePayment(
  transactionId: 1,
  amount: 1,
  currency: Currency.cuc,
  providerNumber: 1,
);

Additional information #

PR are welcome.

4
likes
140
pub points
37%
popularity

Publisher

unverified uploader

A Flutter package to use Transfermóvil online payment method.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

android_intent_plus, flutter

More

Packages that depend on transfermovil