momo_payment_flutter 1.0.1
momo_payment_flutter: ^1.0.1 copied to clipboard
Plugin Flutter giúp tích hợp Cổng thanh toán MoMo (Việt Nam) vào ứng dụng di động. Hỗ trợ tạo thanh toán và kiểm tra trạng thái giao dịch qua REST API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add momo_payment_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
momo_payment_flutter: ^1.0.1Alternatively, 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:momo_payment_flutter/momo_payment_flutter.dart';