Answers for "flutter MissingPluginException (MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences))"

2

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)

inside main.dart before start app add below code

SharedPreferences.setMockInitialValues({});

for reason:
https://stackoverflow.com/questions/50687801/flutter-unhandled-exception-missingpluginexceptionno-implementation-found-for
Posted by: Guest on June-27-2021

Code answers related to "flutter MissingPluginException (MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences))"

Browse Popular Code Answers by Language