Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alejandrogiubel/transfermovil
- Owner: alejandrogiubel
- License: bsd-3-clause
- Created: 2022-08-09T23:49:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T13:02:14.000Z (over 2 years ago)
- Last Synced: 2023-08-09T13:45:03.192Z (over 1 year ago)
- Topics: cuba, flutter, transfermovil
- Language: Dart
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.