fastpay_merchant 1.0.1
fastpay_merchant: ^1.0.1 copied to clipboard
FastPay Iraq Flutter Plugin for Android and iOS to integrate FastPay payment gateway in your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fastpay_merchantThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fastpay_merchant: ^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:fastpay_merchant/fastPayMerchant.dart';
import 'package:fastpay_merchant/fastPayRequests.dart';
import 'package:fastpay_merchant/fastpay.dart';
import 'package:fastpay_merchant/fastpay_method_channel.dart';
import 'package:fastpay_merchant/fastpay_platform_interface.dart';