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

![image](https://user-images.githubusercontent.com/18001708/147715328-7b931ccf-0c80-4312-be7a-4ffbf6498982.png) I downloaded it and ran the demo directly, under the web, above capture img is the exception ,it seems that it can't be run under web desktop, my flutter...

bug

When I tried running the flutter epub view package I get an error as shown below and I do not understand why ══╡ EXCEPTION CAUGHT BY SVG ╞═══════════════════════════════════════════════════════════════════════ The following...

bug

**Describe the solution you'd like** add padding parameter **Describe alternatives you've considered** render page methot return widget so we can to surround whit padding widget **Additional context** be able to...

enhancement

pls check red line callout, it is too large, how to modify margin, what should I do ?

enhancement

epub_view| how can i search the contents? with search bar. is it possible?

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

question

**Describe the bug** The attached PDF document with text overlaid by white rectangles and other text is rendered on iOS and Android without the overlayed rectangle and the overlaid text....

bug

**Describe the bug** The `page` getter in `PdfController` results in ``` Null check operator used on a null value ``` because `_pdfViewState` is null. There appears to be no way...

bug

`renderer: (PdfPage page) => page.render( width: page.width * 4, height: page.height * 4, format: PdfPageFormat.PNG, removeTempFile: true, quality: 100, backgroundColor: '#000000', ),` I can change only background color to black...

enhancement

**Is your feature request related to a problem? Please describe.** The meta data of the PDF is currently not available in the PdfDocument. This means that to access things like...

enhancement