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

Getting error when navigating back "Looking up a deactivated widget's ancestor is unsafe." using custom page builder with PhotoViewGalleryPageOptions ``` PdfView( backgroundDecoration: BoxDecoration( color: Get.theme.primaryColor), controller: controller.pdfController, pageBuilder: ( Future...

bug

**Describe the bug** When scrolling a lager PDF with the mouse (especially with smaller wheel spin) the scrolling behavoiur with it's bouncing is quite annoying. As you can see here...

bug

pdfx runs under web: chrome browser is okay, safari, 360 browser Uncaught ReferenceError: pdfjsLib is not defined

bug

Images not loaded which present in the epub file

bug

**Describe the bug** I have a list of pdf widget, which I am displaying in UI. In doing so, I received error **Concurrent modification during iteration in library.** This is...

bug

**Describe the bug** On Android I'm getting this error: ``` E/flutter ( 6854): [ERROR:flutter/shell/common/shell.cc(93)] Dart Unhandled Exception: PlatformException(PdfRendererException, io.scer.pdfx.PdfRendererException: Unknown error, Cause: null, Stacktrace: io.scer.pdfx.PdfRendererException: Unknown error E/flutter ( 6854):...

bug

I can update scale with double tap in PdfView widget, but cannot do in PdfViewPinch widget. Could you please tell me how to change it so that it can be...

enhancement

In pdfx v2.0.1+2, the PDF is displayed packed from the upper left at first. I want to change center or center-left at first. Is it possible to add an initial-alignment...

enhancement

Now, cannot change scale with using PdfControllerPinch in pdfx v2.0.1+2. I want to change scale with using PdfControllerPinch. e.g. (scale to double) ``` final _pdfController = PdfControllerPinch(); final _currentScale =...

enhancement