packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

👨‍💻 Plugins and packages for Flutter framework

Results 215 packages.flutter issues
Sort by recently updated
recently updated
newest added

Reading _pdfController.pagesCount throws an exception: **Null check operator used on a null value** **My code:** ``` PdfController _controller = PdfController(document: PdfDocument.openFile(filePath)); print(_controller.pagesCount); ``` The PDF displays perfectly. Scrolling from page...

bug

It would be very handy if a ready to use draggable scrollbar or thumb is given. This type of scrollbar is usually seen at right side of the pdf viewer...

enhancement

Is there a way to print the current page shown on the PDF screen? My uploaded PDF has 490 pages, however, I just need to show a specific page and...

enhancement

Great plugins, But i'm getting to issue when I manually download file, every time i try to access it, Always got an Invalid PDF format Execption, I wonder is it...

bug

I see the global key of type `LiveListState` but when I try to insert, it says the method does not exist. For example: ``` class My Widget final GlobalKey _listKey...

bug

I want to handle my own scroll, so can i display all of page instead of one ?

enhancement

Please add example for network pdf in flutter web.

**Describe the bug** Normally, following codes could generate image from some pdfs by using native_pdf_renderer 2.3.2. resizeFactor = 3, could clearly transfer QR code (16mm X 16mm in pdf), costs...

bug