amwal_ecr 0.2.1 copy "amwal_ecr: ^0.2.1" to clipboard
amwal_ecr: ^0.2.1 copied to clipboard

Drive an Amwal POS terminal from Flutter. One Dart API over the native Android and iOS ECR SDKs: sale, void, refund, inquiry and e-receipt, with typed outcomes that keep an unknown result apart from a refusal.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add amwal_ecr

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  amwal_ecr: ^0.2.1

Alternatively, 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:amwal_ecr/amwal_ecr.dart';
0
likes
130
points
208
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Drive an Amwal POS terminal from Flutter. One Dart API over the native Android and iOS ECR SDKs: sale, void, refund, inquiry and e-receipt, with typed outcomes that keep an unknown result apart from a refusal.

Repository (GitHub)
View/report issues
Contributing

Topics

#payments #pos #ecr #terminal

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on amwal_ecr

Packages that implement amwal_ecr