Flutter plugin to connect and print on ESC POS USB Printers.
Use this package as a library
- Depend on it Add this to your package's pubspec.yaml file:
dependencies:
escposprinter:
git:
url: https://github.com/Dimolll/esc_pos_usb_plugin.git
ref: master
- Install it You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
- Import it Now in your Dart code, you can use:
import 'package:esc_pos_usb_plugin/esc_pos_usb_plugin.dart';