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 exception was thrown, this was the stack: #0 _futurize (dart:ui/painting.dart:5564:5) #1 ImageDescriptor.encoded (dart:ui/painting.dart:5432:12) #2 instantiateImageCodec (dart:ui/painting.dart:2052:60) ==================================================================================================== E/FlutterJNI(10008): Failed to decode image E/FlutterJNI(10008): android.graphics.ImageDecoder$DecodeException: Failed to create image...

bug

**Describe the bug** When opening up a PDF file that contains sheet music (for example, this public domain PDF: https://www.free-scores.com/PDF_EN/chopin-frederic-prelude-15-296.pdf ), the the quality is only mediocre, making it slightly...

bug

As flutter just release v2 of flutter in stable channel with hotfix, do you have any plan to implement native_pdf_renderer for deskop support? please

enhancement

**Describe the bug** When I try to check the error handling for non-PDF files, I get a `PlatformException (PlatformException(RENDER_ERROR, Invalid PDF format, null, null))` on iOS when I load a...

bug

**Is your feature request related to a problem? Please describe.** When using the `PdfViewPinch` widget one notices blurry parts when scrolling around in a zoomed in pdf. It is noticeable...

enhancement

Once you navigate out of the view you see this error.. using pdfx: ^2.0.1+1. and flutter 2.10.1 it was working fine before flutter upgrade.. here is my widget code.. ```...

bug

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file native_pdf_renderer/Page.swift, line 93 Fatal error: Unexpectedly found nil while unwrapping an Optional value: file native_pdf_renderer/Page.swift, line 93 * thread...

not work on windows flutter: Error getting printing info: MissingPluginException(No implementation found for method open.document.data on channel io.scer.native_pdf_renderer) ```dart Observer(builder: (_) { if (controller.pdfContrachequeState == LoadingState.loading) { return Center( child:...

bug

Is there is a way to view two pages in landscape orientation ?

Flutter 2.10.0 • channel stable Dart 2.16.0 • DevTools 2.9.2 /Users/user/.pub-cache/hosted/pub.dartlang.org/native_pdf_renderer-4.0.1/android/src/main/kotlin/io/scer/native_pdf_renderer/NativePdfRendererPlugin.kt: (40, 9): Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is...

bug