roughike/streaming_shared_preferences

`MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences_macos)` when running tests

nilsreichardt opened this issue · 2 comments

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.

image

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

Same issue, tried to run tests. Same error

I have the same problem as well