Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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