flutter_pdfview
flutter_pdfview copied to clipboard
PDF view for Flutter
Hey, There are two open issues #193, #58 related to **Scroll Listener**. Please review the code. I hope you like it. Thanks...
Showing 4 pages when change from portrait to landscape. 
(android only) PdfView becomes blank on device rotation (portrait -> landscape). Does not reappear when the device is rotated back to portrait. This does not seem to happen when PdfView...
I was creating a PDF file with the help of the PDF dependency & creating a file. Passed that file to the PDFView but getting an error stating as ```...
When use setPage method, the alignment of pdf is not centered as I intended. On iOS work fine but android has problem. Anyone has same problem ?? and how to...
Hello, I have realized that there is no option of scroll bar in this pdfview. There are two open issues #161, #106 for draggable scrollbar. **I have added these features...
Hi, I want to hide the bottom bar when scrolling. But I cant assign a ScrollController Class. I tried using : onViewCreated: (PDFViewController pdfViewController) { _controller.complete(pdfViewController); }, But it does...
Added custom spacing between pages Now, we can define background color of the pdf
I did looking for this methods, but found only method - getCurrentPage from controller. Maybe it is possible add method for getting text? There is way to change style text...
Hi, I'm encountering a strange issue. I've created a widget encapsulating all the functions related to downloading, saving and loading a PDF file. Below is my code. ```dart import 'dart:io';...