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

When the app for instance is in landscape and the page is not shown in full, the user doesn't have indication that the page can scroll up and down. Would...

enhancement

I'd like to provide endnote support for an ePub doc by having links to an anchor id, for instance: Link reference: `1` ID reference: `1` External linking works great, so...

enhancement

**Describe the bug** I spent far too long to work out why my pdf would draw but not redraw. Looks like it was because my controller was final. The docs...

bug

I'd like to show 2 pages of pdf at the same time. One on the left and another on the right. I tried using the pageBuilder in PdfView, and then...

enhancement

**Describe the bug** On web, when I scroll a pdf within a PdfViewPinch using either the scroll-wheel or by dragging up/down the pdf flickers and jumps and sometimes gaps appear...

bug

Hello, I try to print PdfPageImages in a receipt printer. I don't have the ticket height and my pdf can be on multipages, so i have two problems : -...

bug

An extra argument to Λ™render()Λ™.

**Describe the bug** This code: ``` class PDFWidget extends StatelessWidget { final String path; final Future_page; late final PdfControllerPinch _controller; PDFWidget({ required String this.path, Key? key }): _page = path.startsWith('http')...

bug

Abstract PdfPage.render has an optional argument with default parameter format = PdfPageImageFormat.jpeg. However, PdfPageMethodChannel.render has the default value of format set to png. In the first place, this leads to...

bug

**Describe the bug** The browser page crashes after opening a PDF and rendering a single page some 100 times. **To Reproduce** This code consistently crashes between iteration 80 and 100...

bug