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

Libraries

vnpay_client