vnpay_payment_flutter 1.0.0
vnpay_payment_flutter: ^1.0.0 copied to clipboard
Plugin Flutter giúp tích hợp Cổng thanh toán VNPAY (Việt Nam) vào ứng dụng di động. Hỗ trợ tạo URL thanh toán và kiểm tra chữ ký bảo mật (HMAC-SHA512).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vnpay_payment_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vnpay_payment_flutter: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vnpay_payment_flutter/vnpay_payment_flutter.dart';