Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 510 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 510 Bytes

VNPAY Client Package

Introduction

Show up VNPAY screen just use a single function.

Installation

Add using pub add command:

    flutter pub add vnpay_client

Usage/Examples

showVNPayScreen(
   paymentUrl: paymentUrl,
   onPaymentSuccess: (value) {}, 
   onPaymentError: (error) {},
);

Authors

Reference