aba_payway 0.0.1-beta.2
aba_payway: ^0.0.1-beta.2 copied to clipboard
A Flutter plugin for the ABA PayWay merchant payment gateway, supporting partner registration, and self-activation onboarding in Cambodia.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aba_paywayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aba_payway: ^0.0.1-beta.2Alternatively, 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:aba_payway/aba_payway.dart';