一个使用 Transfermóvil 在线支付方式的 Flutter 软件包。

特点

在在线支付视图中打开 Transfermovil Android 应用。

用法

只需将其添加到您的 pubspec.yaml 文件中

  dependencies:
    transfermovil:
      git: https://github.com/alejandrogiubel/transfermovil

Transfermovil.makeOnlinePayment(
  transactionId: 1,
  amount: 1,
  currency: Currency.cuc,
  providerNumber: 1,
);

附加信息

欢迎提交 PR。

GitHub

查看 Github