pos_universal_printer 0.1.0
pos_universal_printer: ^0.1.0 copied to clipboard
Flutter POS printing plugin (ESC/POS receipts, TSPL/CPCL labels) with multi-role routing and Bluetooth/TCP support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pos_universal_printerWith Flutter:
$ flutter pub add pos_universal_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pos_universal_printer: ^0.1.0Alternatively, 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_universal_printer/pos_universal_printer.dart';