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

PlatformAndroid

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 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 flutter pub get):

dependencies:
  pos_printer_helper: ^1.1.3
copied to clipboard

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:pos_printer_helper/pos_printer_helper.dart';
copied to clipboard
12
likes
150
points
72
downloads

Publisher

verified publishercashier-iq.com

Weekly Downloads

2024.09.09 - 2025.03.24

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pigeon, plugin_platform_interface

More

Packages that depend on pos_printer_helper