flutter_plugin_pdf_viewer icon indicating copy to clipboard operation
flutter_plugin_pdf_viewer copied to clipboard

A flutter plugin for handling PDF files. Works on both Android & iOS

Results 71 flutter_plugin_pdf_viewer issues
Sort by recently updated
recently updated
newest added

Shutting down VM E/AndroidRuntime(16749): FATAL EXCEPTION: main E/AndroidRuntime(16749): Process: com.edvoy.mdev, PID: 16749 E/AndroidRuntime(16749): java.lang.IllegalStateException: Reply already submitted E/AndroidRuntime(16749): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:431) E/AndroidRuntime(16749): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:267) E/AndroidRuntime(16749): at pt.tribeiro.flutter_plugin_pdf_viewer.FlutterPluginPdfViewerPlugin$1$2.run(FlutterPluginPdfViewerPlugin.java:92) E/AndroidRuntime(16749): at android.os.Handler.handleCallback(Handler.java:790) E/AndroidRuntime(16749):...

Running "flutter pub get" in my_flutter_app... 5.7s The plugin `advance_pdf_viewer` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see...

I am getting the error when I try to load the pdf from url. It shows the number of pages of pdf but then it crashes. ``` ════════════════════════════════════════════════════════════════════════════════════════════════════ I/flutter (28488):...

I'm using flutter_plugin_pdf_viewer: ^1.0.7 But when flutter pub get Error occurs So, because app depends on both http ^0.13.3 and flutter_plugin_pdf_viewer ^1.0.7, version solving failed. pub get failed (1; So,...

When I load a PDF for example this https://schiaffonati.faculty.polimi.it/CE/normative%20ethics%204.pdf I have a problem with orientation because they need to be horizontal. With iOS and webview it works fine as you...

Hey im struggling with how to load pdf from assets when loaded from json file

Are there plans to make the package compatible with null safety ([here is the migration guide](https://dart.dev/null-safety/migration-guide))?

Hi, I'm using flutter_svg which is a dependency for this plugin, I'm using version 0.18 of flutter svg and it seems this plugin only works for 0.13 or less please...

I have a drawer in my flutter application. There I have multiple ListTiles. From the ListTiles, I open PDFs using this plugin. But when I open a pdf, close it...