flutter_full_pdf_viewer icon indicating copy to clipboard operation
flutter_full_pdf_viewer copied to clipboard

Inline PDF View widget

Open divan opened this issue 5 years ago • 0 comments

Hi, thanks for the awesome plugin.

I need to show PDF page inside part of the screen, and PDFViewerScaffold is fine, except it uses mediaquery and stretches PDF view over whole screen, completely ignoring the app layout. (My use case is adaptive layout for mobile and tablet – and for tablet, I need to shoe sidebar on the left, and PDF viewer in the main details widget on the right).

Is there a reason why it implemented this way? What if instead of mediaQuery.size.width it used just parent's box size?

divan avatar Apr 10 '19 20:04 divan