fastpay_merchant 1.1.0
fastpay_merchant: ^1.1.0 copied to clipboard
FastPay merchant OFFICIAL flutter SDK.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fastpay_merchantWith Flutter:
$ flutter pub add fastpay_merchantThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fastpay_merchant: ^1.1.0Alternatively, your editor might support dart pub get or 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';