esc_pos_bluetooth icon indicating copy to clipboard operation
esc_pos_bluetooth copied to clipboard

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

Results 106 esc_pos_bluetooth issues
Sort by recently updated
recently updated
newest added

There is no errror and any details to check what's going on. Sunmi NT311 80mm Thermal Printer simply does not print or open cash drawer. It works with other "Raw...

I have a non ble device. Android works fine. But ios doesnt. From my understanding non ble devices dont work with CoreBluetooth Api and need to use ExternalAccessory Api. Is...

It looks like the library is outdated. Please find below error. I'm getting below warning and then error listed as item 2. 1. Warning The plugins `flutter_bluetooth_basic, wifi` use a...

Hi @andrey-ushakov , This is good lib to print over thermal printer. I have tested, but there is still a problem with Vietnamese character. I have changed all the alternatives...

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. Is there any chance to choose...

I haven't been able to solve this problem for about 2 weeks, can you please help? I wrote an application that connects to a pos device (printer) via bluetooth with...

please update the package to flutter sdk 2.5.1 and V2 Android embedding

It does not find my printer, bixolon SPP-310, and it is already paired on my phone, the only thing it found was my smartwatch, it should scan any bluetooth device

I'm using flutter_blue for core bluetooth connection because flutter_bluetooth_basic doesn't work with Android 10 & 11. You can combine with esc_pos_printer 4.0.3 and esc_pos_utils 1.0.0. Please read an Example Project...