Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 950 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 950 Bytes

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