-
-
Notifications
You must be signed in to change notification settings - Fork 153
Object/Factory not registered but it is #142
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
Have you done a |
Thanks for your response. |
We found the issue reason. Short version: Long version: It's a pity that Android Studio doesn't flag filename missing on import when there's a case problem. That would have save us a lot of wasted time ;) |
I have the same issue. I have been looking for an a solution for two days now. https://github.com/HussainON/authApp.git Here is the code if anyone can look it up and help me please. |
Hello @escamoteur I added you to a repo authApp. Please help! I would appreciate it |
this repo doesn't exist, |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm experimenting a weird behavior resulting in a fatal error.
Installed versions:
Get_It report a class unregistered but it is and my teammates does not experiment this issue with exactly the same codebase. (I already tried few things like cloning our repo again from scratch in another folder, resetting the Android Studio local project.)
The error message is:
In debug mode, this class is present in the internal hash map
factoryByTypes
from get_it_impl.dart:282Here is a screen capture of Android Studio debug panel showing that

factoryByTypes
includes theIAccountService
in position 4 butinstanceFactory = null
asfactoryByTypes[T] = null
.Here are the few files sections related to this error:
I'm trying to fix this for few days in vain.
I don't understand what's going wrong.
Any help would be greatly appreciated ;)
The text was updated successfully, but these errors were encountered: