-
-
Notifications
You must be signed in to change notification settings - Fork 153
dependsOn confusion #40
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
I think I fixed the issue by using the |
@Reprevise This will change mostly back to the way before with a lot of improvements |
Sounds good @escamoteur, what kind of improvements will there be? |
async factories with dependencies but easier to use |
Sounds cool! What version will these changes be released on? The next one? |
Yep, I guess next week |
Uh oh!
There was an error while loading. Please reload this page.
I'm a bit confused on the
dependsOn
syntax. Before I was usingreadyFuture
and that worked fine but I decided to try the new beta version. Here's how I register my singletons.I keep getting
The method <method name> was called on null
since I'm using_details.<method name>()
.Here's my
ThemeService
constructor:Am I doing something wrong? Should I be using
getAsync
?EDIT: Here's my
AndroidDetailsImplementation
init() function:The text was updated successfully, but these errors were encountered: