pos_payment_terminal 1.0.5 copy "pos_payment_terminal: ^1.0.5" to clipboard
pos_payment_terminal: ^1.0.5 copied to clipboard

POS Terminal Communication Module A comprehensive library for interfacing with POS terminals, enabling seamless communication for payment processing and other business operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pos_payment_terminal

With Flutter:

 $ flutter pub add pos_payment_terminal

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

dependencies:
  pos_payment_terminal: ^1.0.5

Alternatively, 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:pos_payment_terminal/pos_payment_terminal.dart';
6
likes
140
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

POS Terminal Communication Module A comprehensive library for interfacing with POS terminals, enabling seamless communication for payment processing and other business operations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on pos_payment_terminal