Skip to content
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

Run tests error on setupAll #9

Closed
lucasdidur opened this issue Mar 24, 2023 · 2 comments · Fixed by #10
Closed

Run tests error on setupAll #9

lucasdidur opened this issue Mar 24, 2023 · 2 comments · Fixed by #10
Assignees

Comments

@lucasdidur
Copy link

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
dart:async                                                _Completer.completeError
SharedPreferences.getInstance
shared_preferences.dart:38
===== asynchronous gap ===========================
dart:async                                                _CustomZone.registerBinaryCallback
SharedPreferences.getInstance
shared_preferences.dart:33
StorageModule.sharedPreference
storage_module.dart:8
GetItInjectableX.init.<fn>
injector.config.dart:33
GetItHelper.lazySingletonAsync
get_it_helper.dart:165
GetItInjectableX.init
injector.config.dart:32
configureDependencies
injector.dart:8
configureInjector
configure_injector.dart:5
@adryanev
Copy link
Owner

MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
dart:async _Completer.completeError
SharedPreferences.getInstance
shared_preferences.dart:38
===== asynchronous gap ===========================
dart:async _CustomZone.registerBinaryCallback
SharedPreferences.getInstance
shared_preferences.dart:33
StorageModule.sharedPreference
storage_module.dart:8
GetItInjectableX.init.
injector.config.dart:33
GetItHelper.lazySingletonAsync
get_it_helper.dart:165
GetItInjectableX.init
injector.config.dart:32
configureDependencies
injector.dart:8
configureInjector
configure_injector.dart:5

Hi, thank you for opening an issue.
could you possible send a snippet of the code that trigger the error above?

Thank you

@lucasdidur
Copy link
Author

@adryanev Its the project itself using the last flutter version

@adryanev adryanev self-assigned this Sep 17, 2023
@adryanev adryanev linked a pull request Sep 17, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants