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

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method startScan on channel flutter_bluetooth_basic/methods)

hi, i'm using latest version bluetooth_print: ^4.3.0, i can't print image ``` OutlinedButton( child: Text('print receipt(esc)'), onPressed: _connected ? () async { Map config = Map(); List list = [];...

bar code printing with additional string value infront **"{B"** qrcode printing as string instead of qr code

Getting error printer out of paper even roll us available after connecting to printer, only in android there is issue. On ios working fine.

is there any way to change the font size programmatically guys? currently the plugin only have 2 options is 0 and 1, using `width`, `height` and `weight` prop. any idea...

Only the connection status can be known through Bluetooth instance ![image](https://github.com/thon-ju/bluetooth_print/assets/99799032/c57ad553-392d-4444-bd67-0360549a3383)

Please help me for this issue Code: `generateTokenId.value = resdata["SPPatientTokenID"].toString(); Map config = {}; config['width'] = 110; config['height'] = 10; config['gap'] = 0; list = []; list.add(LineText( type: LineText.TYPE_TEXT, x:...

i have set the normal font using this code `list.add(LineText(type: LineText.TYPE_TEXT, linefeed: 1, weight: 0, width: 0, height: 0, underline: 0, content: 'normal')); ` but i need to make it...

getting this issue on the same github file what's available here how to solve this ... please guide me it's not displaying any bluetooth devices getting this error on bluetooth...