Running tests which rely on the SharedPreferences Plugin always result in
MissingPluginException(No implementation found for method getAll on channel plugins
@Siman thanks
version shared_preferences: ^0.5.12
shared_preferences: ^0.5.12
ad SharedPreferences.setMockInitialValues({}); before the runApp() function inside the main funation of Flutter App
SharedPreferences.setMockInitialValues({});
runApp()
makes this error fixed for me