-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working within widget tests? #106
Comments
I have migrated away from this library as it doesnt seem to work in widget tests. |
For others, this can be resolved by copying the mock test setup used by the path_provider dependency: https://github.com/flutter/packages/blob/main/packages/path_provider/path_provider/test/path_provider_test.dart Eg: Add 'path_provider', 'path_provider_platform_interface' and 'plugin_platform_interface' as dev_dependences.
Where
|
Hi
Running a widget test on MacOS seems to break the library. Is this library supported in a widget test run/environment?
The execution seems to just stop at time when setting data into the local storage
The text was updated successfully, but these errors were encountered: