pos 0.3.4 copy "pos: ^0.3.4" to clipboard
pos: ^0.3.4 copied to clipboard

Dart Implementation of the ISO-8583 banking protocol for Point of Sale (POS) Devices.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pos

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

dependencies:
  pos: ^0.3.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pos/pos.dart';
11
likes
0
points
57
downloads

Publisher

verified publisherpwa.ir

Weekly Downloads

Dart Implementation of the ISO-8583 banking protocol for Point of Sale (POS) Devices.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, iso9797

More

Packages that depend on pos