# flutter_escpos **Repository Path**: wufusong/flutter_escpos ## Basic Information - **Project Name**: flutter_escpos - **Description**: ESC/POS And TSC Printer driver for flutter. flutter 小票打印,标签打印,暂时支持USB、网口 - **Primary Language**: Dart - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-11-27 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_escpos ESC/POS And TSC Printer driver for flutter. ## Dependencies - [quick_usb](https://github.com/woodemi/quick_usb) for cross-platform USB plugin for Flutter. - [esc_pos_utils](https://github.com/andrey-ushakov/esc_pos_utils) for base ESC/POS commands. ## 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](https://zadig.akeo.ie/) 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](https://user-images.githubusercontent.com/2160502/133883820-e6bd4310-422d-47c5-8921-ca1ef395d7bf.jpeg) ## TODO - ~~Network Adapter~~ - Bluetooth Adapter - SerialPort Adapter