pluspay_a2a 0.7.0
pluspay_a2a: ^0.7.0 copied to clipboard
PlusPay A2A (app-to-app) payment plugin for Android POS devices — start payments, EOD, refunds and transaction queries.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pluspay_a2aThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pluspay_a2a: ^0.7.0Alternatively, 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:pluspay_a2a/pluspay_a2a.dart';