streaming_shared_preferences icon indicating copy to clipboard operation
streaming_shared_preferences copied to clipboard

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

Open nilsreichardt opened this issue 3 years ago • 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

nilsreichardt avatar Apr 24 '22 20:04 nilsreichardt

Same issue, tried to run tests. Same error

ebelevics avatar Jul 06 '22 06:07 ebelevics

I have the same problem as well

g0josh avatar Nov 25 '22 02:11 g0josh