Flutter Painter

Results 62 comments of Flutter Painter

following huycozy example in https://github.com/flutter/flutter/issues/104480

linked with https://github.com/flutter/flutter/issues/104480 @andriyoganp are you able to apply the fix suggested by ilber ?

huycozy fixes is better model fixed in https://github.com/andriyoganp/blue_print_pos/pull/67

same issue on android, with a blackview phone

hacked it by passing paperSize: PaperSize.mm80 for 50mm

@marcosjsfraga the method printReceiptText takes optionnal param paperSize : ```dart if (Platform.isAndroid) { _bluePrintPos.printReceiptText( _receiptText, paperSize: PaperSize.mm80, ); } ```

OK, thanks voir quick and clear response

As you know that there are flutter packages for onnx using ffi, such as : - https://github.com/gtbluesky/onnxruntime_flutter/ - https://github.com/Telosnex/fonnx/ I suppose that they cannot be used here, but who knows..

Hi Nick, Thank you for the quick reply, Understood, I understand this will be needed eventually, but for now stick to running the example. Cloning flutter_onnx repository fixed it indeed,...