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 have this issue when try to start printing image A value of type 'Image?' can't be assigned to a variable of type 'Image'. This is my piece of code,...

Hi I tried to implement this librarry to my app but my printer is not detected. Though i can see the device in search using my phone settings. Tried also...

how can i print to a printer on the usb port?

Hi, I am using this code `Uint8List encArabic = await CharsetConverter.encode("windows-1256", "اهلا"); ticket.textEncoded(encArabic, styles: PosStyles(codeTable: PosCodeTable.arabic));` to print Arabic, but rubbish characters are printed. 1. Is there any chance to...

Is there a way to print over usb cabel based on windows and linux app ?

We are getting permission popup for first time and able to print, but after disconnecting USB and re-connecting it again we are not able to print and not getting any...

I am using an Epson printer to print an image. The problem I am facing is regarding the image quality. I tried printing with a native Android app and found...

I can't print image with grayscale the printer print only black and white , how can i setup it to print in grayscale ?

Uint8List encThai = await CharsetConverter.encode("cp874", "สะวัสดี"); ticket.textEncoded(encThai, styles: PosStyles(codeTable: PosCodeTable.thai_1));