packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

Uncaught MissingPluginException(No implementation found for method open.document.data on channel io.scer.pdf_renderer) when run release on web

Open wanjm opened this issue 2 years ago • 1 comments

when build web and deploy will report such error;

but if build with command "flutter build web --source-maps", it will work well; also run in debug mode works well; only build with "flutter build web" will report such error;

wanjm avatar Oct 09 '23 09:10 wanjm

Stop build Run flutter clean Run flutter pub get Run project again 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

https://github.com/ScerIO/packages.flutter/issues/104#issuecomment-670994451

machadoguilhermebr avatar Dec 12 '23 00:12 machadoguilhermebr