[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences) code example
Example 1: MissingPluginException(No implementation found for method share on channel flutter_share)
The share plugin works as intended. The error probably appears because
the addition of the plugin was followed by hot restart or hot reload
rather than full restart. This means the plugin's platform-specific code
is not built into the app.
Work around: stop the app and restart it after adding a plugin.
Documentation PR: flutter/website#1038
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: