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
When you forget to register an object in get_it, you will get an exception like this:
'package:get_it/get_it_impl.dart': Failed assertion: line 315 pos 7: 'instanceFactory != null': Object/factory with type YourClass is not registered inside GetIt.
(Did you accidentally do GetIt sl=GetIt.instance(); instead of GetIt sl=GetIt.instance;
Did you forget to register it?)
But it seems so, that there are 2 whitespace instead of one:
The text was updated successfully, but these errors were encountered:
When you forget to register an object in
get_it
, you will get an exception like this:But it seems so, that there are 2 whitespace instead of one:

The text was updated successfully, but these errors were encountered: