Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doannc2212/vnpay_client
A package support show VNPay screen
https://github.com/doannc2212/vnpay_client
Last synced: about 1 month ago
JSON representation
A package support show VNPay screen
- Host: GitHub
- URL: https://github.com/doannc2212/vnpay_client
- Owner: doannc2212
- License: mit
- Created: 2023-10-19T03:08:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:28:05.000Z (about 1 year ago)
- Last Synced: 2023-12-15T15:37:25.360Z (about 1 year ago)
- Language: Dart
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VNPAY Client Package
## Introduction
Show up VNPAY screen just use a single function.
## Installation
Add using pub add command:
```bash
flutter pub add vnpay_client
```## Usage/Examples
```dart
showVNPayScreen(
paymentUrl: paymentUrl,
onPaymentSuccess: (value) {},
onPaymentError: (error) {},
);
```## Authors
- [@doannc2212](https://www.github.com/doannc2212)
### Reference
- [VNPay_Flutter](https://github.com/justaboy-dev/VNPay_Flutter) A package help interactive with VNPAY