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

Please add Mongolian Cyrillic alphabets. Special characters: 'Ө', 'ө', 'Ү', 'ү'. Thanks for your support.

NO RECONOCE EL ALINIAMIENTO DENTRO DE row printer.row([ PosColumn( text: 'col3', width: 3, styles: PosStyles(align: PosAlign.left, underline: true), ), PosColumn( text: 'col6', width: 6, styles: PosStyles(align: PosAlign.center, underline: true), ),...

Need generated ticket and send full bytes to printer method, using same ticket for both Bluetooth and network printers. new concept require 2 duplicate codes.

Hi, I have a USB thermal printer that I can connect to my PC and share over the network. Is it possible to access the printer with this library and...

Hello, I could't find how to send generated data to usb printer or a specific usb printer on windows.

I'm using: **printer: EPSON TM-m30** esc_pos_printer: ^4.0.3 I'm trying to print an image using the following code: ``` import 'package:image/image.dart' as im; final ByteData data = await image.toByteData(); Uint8List preImage...

on print image raster getting an error ``` E/flutter (29670): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..152976: 152977 E/flutter (29670): #0 List.[] (dart:core-patch/growable_array.dart:177:60) E/flutter (29670):...

I am a developer inside a french society and i use different printer model. Your plugin work for me in cp858 code page and on printer model: - Epson TM-m30...