bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

a flutter plugin connect to bluetooth thermal printer support both Android and IOS (eg. Gprinter pt-380、gp-1324、gp-2120)

Results 159 bluetooth_print issues
Sort by recently updated
recently updated
newest added

` list.add(LineText(type: LineText.TYPE_TEXT, content: '** $namaToko **', weight: 1, align: LineText.ALIGN_CENTER, linefeed: 1)); ` This code contains line spacing, please add features to set line spacing and font size

I print Receipt when add ByteData data = await rootBundle.load("assets/bluetooth_print.png"); List imageBytes = data.buffer.asUint8List(data.offsetInBytes, data.lengthInBytes); String base64Image = base64Encode(imageBytes); list.add(LineText(type: LineText.TYPE_IMAGE, content: base64Image, align: LineText.ALIGN_CENTER, linefeed: 1)); then throw attachment...

Add paper cut feature to iOS version code, additionally add option to enable/disable paper cut.

i get ghost updates on the bluetoothprint.state status stream , even though the printer is connected i get the status 0 i.e. disconnected update for a few seconds only to...

in android PrintContent.java file i add this 2 lines of code to print text in Cyrillic like "привет". esc.addSelectCodePage(EscCommand.CODEPAGE.PC866); esc.addText(content, "cp866"); cp866 is name of charset that support Cyrillic. And...

When printing text in Cyrillic, it prints incomprehensible characters. On android, I solved the problem by adding this line "esc.addSelectCodePage(EscCommand.CODEPAGE.PC866);" and adding next to the text the name of the...

all ble devices show up instead of just printers in scan results is there a way to distinguish just printers