You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About Missing Plugin Exception - io.scer.pdf.renderer - you installed the package while the application was running. Plugins with native code require a full stop and restart to register the native code with a framework
Describe the bug
Exception is being thrown when calling PdfDocument.openAsset
To Reproduce
Steps to reproduce the behavior:
Smartphone (please complete the following information):
Additional context
E/flutter ( 4346): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method open.document.asset on channel io.scer.pdf.renderer)
E/flutter ( 4346): #0 MethodChannel._invokeMethod
E/flutter ( 4346):
E/flutter ( 4346): #1 MethodChannel.invokeMethod
E/flutter ( 4346): #2 PDFDocument.openAsset
E/flutter ( 4346): #3 _UserFormPdfPageState.initState.
E/flutter ( 4346): #4 new Future.microtask. (dart:async/future.dart:202:37)
E/flutter ( 4346): #5 _rootRun (dart:async/zone.dart:1180:38)
E/flutter ( 4346): #6 _CustomZone.run (dart:async/zone.dart:1077:19)
E/flutter ( 4346): #7 _CustomZone.runGuarded (dart:async/zone.dart:979:7)
E/flutter ( 4346): #8 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1019:23)
E/flutter ( 4346): #9 _rootRun (dart:async/zone.dart:1184:13)
E/flutter ( 4346): #10 _CustomZone.run (dart:async/zone.dart:1077:19)
E/flutter ( 4346): #11 _CustomZone.runGuarded (dart:async/zone.dart:979:7)
E/flutter ( 4346): #12 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1019:23)
E/flutter ( 4346): #13 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
E/flutter ( 4346): #14 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
The text was updated successfully, but these errors were encountered: