unified_esc_pos_printer 3.0.0
unified_esc_pos_printer: ^3.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
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unified_esc_pos_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unified_esc_pos_printer: ^3.0.0Alternatively, 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:unified_esc_pos_printer/unified_esc_pos_printer.dart';