-
Notifications
You must be signed in to change notification settings - Fork 254
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
UnregisteredBind in AppModule #973
Comments
Hi @jhonathanqz |
@eduardoflorence também não funciona |
Você experimentou assim? i.addSingleton<GlobalStore>(GlobalStore.new); |
@eduardoflorence sim, mesma coisa.... segue imagem: Se eu criar esse bind em um modulo a parte, exemplo |
ah sim, agora entendi. |
@eduardoflorence |
@jhonathanqz esse foi um teste que fiz logo que lançou a versão 6.x, pois também fiquei preocupado e realmente será somente uma instância, desde que no |
Describe the bug
A clear and concise description of what the bug is.
Environment
Add your
flutter doctor -v
Add your
pubspec.yaml
Add your
Info.plist
Add your
AppDelegate.swift
Add your
MainActivity
Add your
AndroidManifest.xml
Add your
/app/res/values/strings.xml
To Reproduce
Minha classe AppModule está criando uma instancia de GlobalStore que deveria ser GLOBAL para todos os módulos dentro do AppModule e isso não acontece.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered: