flutter_escpos icon indicating copy to clipboard operation
flutter_escpos copied to clipboard

ESC/POS,TSC and ZPL Printer driver for flutter. flutter 小票打印,标签打印,暂时支持USB、网口

flutter_escpos

ESC/POS And TSC Printer driver for flutter.

Dependencies

Features

  • Support USB and Network Adapter;
  • Support ESC、TSC、ZPL command;
  • Support Pos printer and Label printer;
  • Support multi platform(test on Windows,MacOs,Android);

Tips

  • ~On Windows, Use Zadig to install the WinUSB driver for your printer~.

  • ~On Windows, If you don't want to use Zadig, you can use dev branch(Use Win32 API)~.

  • On Mac, Need to set the USB permissions of the project.

Example

  • See ./examples for more examples.

WechatIMG3702

TODO

  • ~~Network Adapter~~
  • Bluetooth Adapter
  • SerialPort Adapter