[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method launch on channel plugins.flutter.io/url_launcher) code example
Example 1: unhandled exception: missingpluginexception(no implementation found for method launch on channel plugins.flutter.io/url_launcher)
If you are using hot restart or hot reload, it won't do the trick. Since Flutter has to inject plugin dependencies into the platform-specific parts of your app, hot restart/hot reload is not enough to trigger the injection. Check this issue for more.
Close the app and execute flutter run command.
Example 2: [error:flutter/lib/ui/ui_dart_state.cc(177)] unhandled exception: missingpluginexception(no implementation found for method share on channel plugins.flutter.io/share)
I'm having the same problem, just tried to add web support for an existing app which uses package_info, it still works on Android and iOS but i can't run it on web.
Am i correct to just assume that this plugin doesn't support flutter web or it should be running normally?
Output of flutter doctor -v:
https://github.com/flutter/flutter/issues/69009
for more information goto: