Open
Description
My application requires video playback and pdf viewing on a raspberry pi.
I switched to flutter-pi with the news that gstreamer is being used. My testing showed that using flutter-pi and gstreamer (video_player) works much better than dart_vlc.
However, now I can no longer view my pdf documents using https://pub.dev/packages/printing. The package relies on pdfium to be compiled for the platform. My current implementation results in this error Error getting printing info: MissingPluginException(No implementation found for method printingInfo on channel net.nfet.printing)
.
I've tried a few other pdf packages designed for android but no luck so far. Is there any solution available?
Metadata
Metadata
Assignees
Labels
No labels