esc_pos_printer icon indicating copy to clipboard operation
esc_pos_printer copied to clipboard

ESC/POS (thermal, receipt) printing for Flutter & Dart

Results 102 esc_pos_printer issues
Sort by recently updated
recently updated
newest added

I want to render/print whatever the type is in the form of a row. And for now for row(), and also supports only `PosColumn` which can only render text only....

Can i print vietnamese language? I used code: ``` Uint8List encVn = await CharsetConverter.encode("ISO-8859-1", 'Tiếng Việt, còn gọi tiếng Việt'); ticket.textEncoded(encVn, styles: PosStyles(bold: true, align: PosAlign.center, codeTable: PosCodeTable.vietnam)); ``` ![68638c3aa0c95a9703d8](https://user-images.githubusercontent.com/37271082/82117457-3816d680-979a-11ea-9d46-b42b52894016.jpg)...

Is there any way to printer unicode text or any text that not support by printer? I try to convert wedget to image then send to printer but it very...

Hi Everyone, Info To reproduce Problem. Windows 7 , 10, 11 Ethernet and Wifi Flutter Version 2.8 Stable RELEASE MODE Compile The problem is network printing sometimes it prints the...

Description: - Be able to select USB devices - Be able to write bytes to printer with/without Ticket class Tested on [Issyzone POS - ITPP047](https://issyzonepos.en.alibaba.com/product/60182992626-801673817/Issyzonepos_Serial_USB_Thermal_Printer_Provide_FREE_SDK_ITPP047.html) Feedback are welcome! Regards, Bai...

The issue #83 says it is fixed but it is still not. Any plans to update in the near future or a way how to fix it?

Hello team dev, i use printer auqoz model AQ-58D Max (china) and use this code to search my printer. `_printerManager.scanResults.listen((val) { if (!mounted) return; log("$val"); setState(() => _devices = val);...

PLATFORM : WINDOWS APPLICATION Have been able to print first few receipt using an Ethernet cable but the fifth is always printed in halves . have to followed your example...