sure_pay_plugin 0.0.1 copy "sure_pay_plugin: ^0.0.1" to clipboard
sure_pay_plugin: ^0.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin for integrating SurePay POS payment terminals over TCP/IP. Supports purchases, reversals, reconciliation, authorization, and refunds via a clean typed Dart API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sure_pay_plugin

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

dependencies:
  sure_pay_plugin: ^0.0.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:sure_pay_plugin/sure_pay_plugin.dart';
1
likes
160
points
10
downloads

Documentation

API reference

Publisher

verified publisherelsakr.site

Weekly Downloads

A Flutter plugin for integrating SurePay POS payment terminals over TCP/IP. Supports purchases, reversals, reconciliation, authorization, and refunds via a clean typed Dart API.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sure_pay_plugin

Packages that implement sure_pay_plugin