cpcl_esc_printer 0.2.0
cpcl_esc_printer: ^0.2.0 copied to clipboard
Flutter BLE thermal printer plugin with CPCL / ESC-POS / TSPL builders — text, barcode, QR, tables, images, plus optional Material scan/debug UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cpcl_esc_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cpcl_esc_printer: ^0.2.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:cpcl_esc_printer/cpcl_esc_printer.dart';