Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandrogiubel/transfermovil

A Flutter package to use Transfermóvil online payment method.
https://github.com/alejandrogiubel/transfermovil

cuba flutter transfermovil

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/590b7e2d25444c04b339842c9162c6cb)](https://www.codacy.com/gh/alejandrogiubel/transfermovil/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alejandrogiubel/transfermovil&utm_campaign=Badge_Grade)

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`:

```yaml
dependencies:
transfermovil: ^1.0.3
```

Or

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

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

## Additional information

PR are welcome.