-
-
Notifications
You must be signed in to change notification settings - Fork 153
Object/factory with type IAuthFacade is not registered inside GetIt #191
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
Comments
Unfortunately this seems to be a problem of injectable and not get_it. I'm a bit surprised to see that you use also provider but still use get_it to access your bloc in the UI? |
Thanks for your response. |
the problem probably doesn't come from the mixture of get_it and provider. Just something that seemed a bit strange to me. |
Ok Thank you, I will check it out! |
Hello, I also have this problem |
@jrberronesc please open a new issue and describe in detail your problem with the code that you use |
I'm experimenting a weird behavior resulting in a fatal error.
Installed versions:
Get_it version: 7.1.3
Injectable version: 1.4.0
The error message is:
Here are the few files sections related to this error:
injection file
main file
Some widgets where get_it and injectable are involved
I'm trying to fix this for few days.
I don't understand what's going wrong.
There is not syntax error which makes me puzzled of why I'm getting this error.
Any help would be greatly appreciated ;)
The text was updated successfully, but these errors were encountered: