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.

Libraries

transfermovil