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

when set Arabic string in the list the printer print empty paper

When I create a QR Code using a content of `X4viEgS3TJGfQmo8fexEsw` then scan the results, I get the following: ``` LineText(type: LineText.TYPE_QRCODE, content: 'X4viEgS3TJGfQmo8fexEsw' size: 10); ``` ``` Platform |...

Fixes #24 Fixes #31 ![fixed-receipt-text](https://user-images.githubusercontent.com/4117210/144708681-6e1629ba-1a03-4cd1-9e08-b530f253d75d.jpeg) To achieve the above results, use the following and will work on both Android and iOS: ``` List list = []; list.add(LineText(type: LineText.TYPE_TEXT, linefeed: 1,...

Fixes #62 Fixes #57 Fixes #21

Very appreciated for your package. It works well except while printing a barcode. Everytime it print with extra letters "{B" at start of my barcode. I don't change any of...

if ([@"state" isEqualToString:call.method]) { result(nil); } else if([@"isAvailable" isEqualToString:call.method]) { result(@(YES)); } else if([@"isConnected" isEqualToString:call.method]) { result(@(NO)); } else if([@"isOn" isEqualToString:call.method]) { result(@(YES));