pos_printer_helper 1.1.0 copy "pos_printer_helper: ^1.1.0" to clipboard
pos_printer_helper: ^1.1.0 copied to clipboard

A Flutter package that provides a unified interface for thermal printer operations across multiple POS device manufacturers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pos_printer_helper
copied to clipboard

With Flutter:

 $ flutter pub add pos_printer_helper
copied to clipboard

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

dependencies:
  pos_printer_helper: ^1.1.0
copied to clipboard

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_printer_helper/pos_printer_helper.dart';
copied to clipboard
12
likes
0
points
82
downloads

Publisher

verified publishercashier-iq.com

Weekly Downloads

2024.09.15 - 2025.03.30

A Flutter package that provides a unified interface for thermal printer operations across multiple POS device manufacturers.

Repository (GitHub)
View/report issues

Topics

#printing #thermal

License

unknown (license)

Dependencies

flutter, pigeon, plugin_platform_interface

More

Packages that depend on pos_printer_helper