packages.flutter
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
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;
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