2

I'm working on flutter desktop app and i need to print invoice to USB printer.

https://pub.flutter-io.cn/packages/printing

Currently i m using this plugin but not working, it only shows pdf view with loading indicator only. not loading the invoice view i created.

https://pub.dev/packages/flutter_usb_write. This is another plugin i've tried so far but when running the app is shows exception stated unable to find method implementation for detecting usb connected devices.

Please help me solving this issues or suggest me some another solution or plugin.

Thanx.

Dev94
  • 757
  • 6
  • 24

1 Answers1

0

Flutter desktop has been launched as stable earlier this year. Perhaps you may want to try running a desktop build again using the latest Flutter version. Simply run flutter upgrade to update the Flutter version that you're running on. Currently, the printing plugin is one of the stable printer plugins on Flutter.

If the issue persists, please include the logs from the app. This should give indicators if the app is able to communicate with the printer or if there's any issues with the document that you're trying to print.

Omatt
  • 8,564
  • 2
  • 42
  • 144