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

Set the correct default port for ESC/POS in the connection method if the user does not inform

Because printing >=5.10.0 depends on image ^4.0.02 and esc_pos_printer 4.1.0 depends on image ^3.0.2, printing >=5.10.0 is incompatible with esc_pos_printer 4.1.0. And because no versions of esc_pos_printer match >4.1.0 =5.10.0...

I have released a non-Flutter dependent version of your package. https://pub.dev/packages/esc_pos_dart I have kept your license and as the original author. Best regards.

i have Android POS Machine in which printer is inbuilt. how can i connect this type of POS ![image](https://github.com/andrey-ushakov/esc_pos_printer/assets/51960262/0c49fedb-d9d9-4f74-86d7-3a8c702d1bde)

`Print result: Error. Printer connection timeout` on example guide / code its get by `Wifi` dependency to get local ipaddress. but we know its deprecated , so i set manuallt...

no versions of esc_pos_printer match >4.1.0

The Elgin i8 printer model was tested

Can't use Line spacing using the ESC 3 command for model printer EPSON TM-L90 const cLineSpacing = '${esc}3\x28'; printer.rawBytes(cLineSpacing.codeUnits) printer.text(config.text)