pos_printer_helper 1.1.3
pos_printer_helper: ^1.1.3 copied to clipboard
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_helperThis 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.3Alternatively, 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';