thon-ju / bluetooth_print

a flutter plugin connect to bluetooth thermal printer support both Android and IOS (eg. Gprinter pt-380、gp-1324、gp-2120)
MIT License
151 stars 184 forks source link

QR Code unable to change size #97

Open LawYewThien313 opened 2 years ago

LawYewThien313 commented 2 years ago

Hi,

I have these codes to print QR code in a label sticker, but no matter what figure I change, the QR code size still the same size.

LineText( type: LineText.TYPE_QRCODE, x: axisXPadding + 550, y: axisYPadding + startPosition + 100, size: 120, width: 120, height: 120, content: '1234567890', ),

await _bluetoothPrint.printLabel(configurationMap, lineDataList);

SuwanTongphu commented 2 years ago

Having the same problem here.

MrSobirov commented 2 years ago

set 1 for height and width and give 1-5 for size

heyGrant commented 1 year ago

set 1 for height and width and give 1-5 for size

I did it and problem remain the same,,,,

go2hyder commented 12 months ago

Same problem here. Any workarounds?

zlhz commented 9 months ago

size

thanks,it works