flutter_pdfview icon indicating copy to clipboard operation
flutter_pdfview copied to clipboard

PDF view for Flutter

Results 141 flutter_pdfview issues
Sort by recently updated
recently updated
newest added

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. ![viber_image_2022-08-16_22-31-02-914](https://user-images.githubusercontent.com/1129760/184946576-8a4b1b0e-fd3f-4b85-9502-adf8111d645a.jpg)

(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...

help wanted

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';...