Leivi Cyper

Results 14 comments of Leivi Cyper

i resolve it by put minScale and initialScale to value PhotoViewGalleryPageOptions( imageProvider: PdfPageImageProvider( pageImage, index, document.id, ), minScale: PhotoViewComputedScale.contained * 0.95, // this maxScale: PhotoViewComputedScale.contained * 8.0, initialScale: PhotoViewComputedScale.contained *...

> Can you give information on this subject? search words inside of the pdf (OCR)

i resolve it by put **minScale** and **initialScale** to value PhotoViewGalleryPageOptions( imageProvider: PdfPageImageProvider( pageImage, index, document.id, ), minScale: PhotoViewComputedScale.contained * 0.95, // this maxScale: PhotoViewComputedScale.contained * 8.0, initialScale: PhotoViewComputedScale.contained *...

``` onPageChanged: (int page) { _lastPage = page; // save on SharedPreferences } // load _lastPage on initState and then setState whit the pdfController. _pdfController = PdfController( document: PdfDocument.openFile(filePathOnRam), initialPage:...

You can make a PR to add support on IOS or you can use this package. https://pub.dev/packages/invert_colors

I found that this append when the pdf is resized. Currently the package is using a vitual view, if we change to hibryd view it will fix? @endigo what do...

@raunak-many-ac how you reload the pdf? (changing the key of the widget) in this [file](https://github.com/lubritto/pdf_viewer_plugin/blob/25f3971391be1800b444ae3ba6e595513354c7b3/android/src/main/java/dev/britto/pdf_viewer_plugin/PdfViewer.java#L31) you can see an aproach to that using this function: (that package is the base...

> @jason19970210 @minhx3 this solutions will help [endigo/flutter_pdfview#9 (comment)](https://github.com/endigo/flutter_pdfview/issues/9#issuecomment-621162440) it is a work arround for orientation, but also on setState it goes blanc!

because that i put: "Feature request" thanks for creating and sharing this package!

first of all thank you for your response. 1) I want to be able to zoom in the page (like the other class does using interactiveViewer) (so I can also...