Flutter web easy printing

Viewed 1602

Due to flutter web exported javascript, we can't print the current web page information. In the print preview we have blank page, this is not the case with all others website.

My question is simple, is there any way we can get current screen printed with a bluetooth printer or wired using flutter web?

The only thing i found was using a package named printing and i need to rebuild all my page into pdf.

https://pub.dev/packages/printing

1 Answers
Related