Abdul azeez

Results 7 comments of 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. ![expected image](https://user-images.githubusercontent.com/66549796/119217288-dac50c00-baf6-11eb-9c50-8f7bc9864628.jpg) ![output](https://user-images.githubusercontent.com/66549796/119217289-dc8ecf80-baf6-11eb-977d-e49dc8f3af21.jpg)

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...