Abdul azeez
Abdul azeez
Using [Flutter usb printer](https://pub.dev/packages/flutter_usb_printer) package we can print with ESC pos printer, but problem is its not working good for images as expected, Don't know whether its the problem with...
@samo92 my suggestion is, you can use [pos_printer_manager(git repo)](https://github.com/kechankrisna/pos_printer_manager) [(In pub.dev)](https://pub.dev/packages/pos_printer_manager) package, which is a intergrated solution for usb, bluetooth and network. And its working good. (Pos printer manager is...
You can use the [screenshot](https://pub.dev/packages/screenshot) package, just show the widget, then capture and print it. for better usage of this package, you can also use the [pos_printer_manager](https://pub.dev/packages/pos_printer_manager) package. steps to...
> I test ticket.image by using reciept.jpg and resize it to 572 on device T1, but it prints only half of image. Did you found any solution to it?
> Try the package pos printer manager might help you Thank you, it solved my issue. using [pos_printer_manager](https://pub.dev/packages/pos_printer_manager)
facing similar issue when using function as async, not rendering correct image.  
I was able to fix the issue by adding isset and strict type checking, which seems to resolve the infinite loop. However, I'm not sure if this is the most...