Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 820 Bytes

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.