`MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences_macos)` when running tests
nilsreichardt opened this issue · 2 comments
nilsreichardt commented
Description
I get MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences_macos)
error when running the tests of this repository.
Steps to reproduce
git clone https://github.com/roughike/streaming_shared_preferences.git
cd streaming_shared_preferences
flutter test
Additional context
Flutter version: 2.10.4
ebelevics commented
Same issue, tried to run tests. Same error
g0josh commented
I have the same problem as well