unified_esc_pos_printer 1.0.0 copy "unified_esc_pos_printer: ^1.0.0" to clipboard
unified_esc_pos_printer: ^1.0.0 copied to clipboard

Unified ESC/POS thermal printer package for Flutter. Supports USB, Bluetooth Classic, BLE, and Network connections with a single PrinterManager API. Includes a full ESC/POS command generator with text [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unified_esc_pos_printer

With Flutter:

 $ flutter pub add unified_esc_pos_printer

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

dependencies:
  unified_esc_pos_printer: ^1.0.0

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:unified_esc_pos_printer/unified_esc_pos_printer.dart';
0
likes
0
points
324
downloads

Publisher

verified publisherelriztechnology.com

Weekly Downloads

Unified ESC/POS thermal printer package for Flutter. Supports USB, Bluetooth Classic, BLE, and Network connections with a single PrinterManager API. Includes a full ESC/POS command generator with text, images, barcodes, QR codes, cash drawer control, and more. Works on Android, iOS, Windows, Linux, and macOS.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_libserialport, image, network_info_plus, usb_serial

More

Packages that depend on unified_esc_pos_printer

Packages that implement unified_esc_pos_printer