Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wanjm opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@wanjm
Copy link

wanjm commented Oct 9, 2023

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 wanjm added the bug Something isn't working label Oct 9, 2023
@wanjm wanjm changed the title Uncaught MissingPluginException(No implementation found for method open.document.data on channel io.scer.pdf_renderer) Uncaught MissingPluginException(No implementation found for method open.document.data on channel io.scer.pdf_renderer) when run release on web Oct 9, 2023
@machadoguilhermebr
Copy link

machadoguilhermebr commented Dec 12, 2023

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

#104 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants