A Flutter package to use Transfermóvil online payment method (Only Android).
Open Transfermovil Android App in online payment view.
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,
);
PR are welcome.