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

Unhandled Exception: MissingPluginException in Flutter Desktop(Windows) #42868

Closed
franarolas opened this issue Oct 16, 2019 · 2 comments
Closed

Comments

@franarolas
Copy link

I'm working with Flutter desktop(Windows) and I found and issue that I can't solve, tried already to clean, kill the process and run the "run" command but the problem is still there.

The error comes from the dependency "url_launcher" v 5.2.0.

[ERROR:c:\b\s\w\ir\cache\builder\src\flutter\lib\ui\ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method canLaunch on channel plugins.flutter.io/url_launcher)

Flutter 1.10.15-pre.141 • channel master • https://github.com/flutter/flutter.git
Framework • revision 0a93f4e (25 minutes ago) • 2019-10-16 12:47:04 -0700
Engine • revision 5e6c005
Tools • Dart 2.6.0 (build 2.6.0-dev.7.0 41b65b27c2)

@stuartmorgan
Copy link
Contributor

See https://github.com/flutter/flutter/wiki/Desktop-shells#plugins-2. No published plugins have Windows support, since Windows doesn't have a stable API yet, so this is an expected error.

For this specific plugin you can use https://github.com/google/flutter-desktop-embedding/tree/master/plugins/flutter_plugins for now; the url launcher plugin there has Windows support.

Closing as a duplicate of #41721

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants