You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to get_it package. I have this problem when I tried to access it in main.dart.
Unhandled Exception: 'package:get_it/get_it_impl.dart': Failed assertion: line 404 pos 9: 'instanceFactory.isReady': You tried to access an instance of tomSharedPreferences1 that is not ready yet
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am new to get_it package. I have this problem when I tried to access it in main.dart.
Unhandled Exception: 'package:get_it/get_it_impl.dart': Failed assertion: line 404 pos 9: 'instanceFactory.isReady': You tried to access an instance of tomSharedPreferences1 that is not ready yet
This is my code : (injection.dart)
And I tried to access the variable SharedPreferences or NetworkInfo in main.dart and the errors appear :
The text was updated successfully, but these errors were encountered: