gmpay 0.0.1
gmpay: ^0.0.1 copied to clipboard
GMPay is a modern payment platform designed to facilitate secure and convenient transactions for businesses and individuals. The GMPay Flutter Plugin allows you to integrate GMPay into your Flutter ap [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gmpayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gmpay: ^0.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:gmpay/flutter_gmpay.dart';
import 'package:gmpay/gmpay_transaction_method.dart';
import 'package:gmpay/gmpay_transaction_types.dart';
import 'package:gmpay/in_app_web_browser.dart';