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

Can we have a way to stop the pageSnapping on Android and ios?

enhancement

Is this necessary? How did it work previously? flutter pub run pdfx:install_web

bug

**native_pdf_renderer 1.4.1** Can not open PDF files with password protection ![image](https://user-images.githubusercontent.com/31667851/61349726-c3b79200-a86d-11e9-8d07-8924c75931a5.png)

bug

**Describe the bug** Page snapping does not work as expected, the pdf view jump immediately to the next page. **Expected behavior** It should snap smoothly to the next page. **Screenshots**...

bug

When I try to compile I get this error (The project is the counter app template, I just added the library): e: D:\Programs\flutter\.pub-cache\hosted\pub.dartlang.org\pdfx-2.1.1\android\src\main\kotlin\io\scer\pdfx\Messages.kt: (30, 1): Class 'Messages' is not abstract...

bug

======== Exception caught by widgets library ======================================================= The following _CastError was thrown building: Null check operator used on a null value When the exception was thrown, this was the stack:...

bug

Can the entire pdf be rendered at once rather than each page be rendered as the user scrolls to it? I've got some short pdfs with only a few pages...

"PlatformException (PlatformException(pdfx_exception, Document failed to open, null, null))", this exception message raising when PdfDocument.openFile() func was called. Please check, tks.

bug

This is happening when switching page ``` console E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): Failed to handle message E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): java.lang.IllegalStateException: Reply already submitted E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:164) E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): at io.flutter.plugin.common.BasicMessageChannel$IncomingMessageHandler$1.reply(BasicMessageChannel.java:192) E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565):...

Getting blank pages when using the controller to change page. Always seems to be on pages 4-8, or around that point. Continuing past the blank pages eventually loads the ones...