We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run not dev flavor error is threw.
dev
const String _dev = 'dev'; const String _prod = 'prod'; const String _test = 'test'; const String _odin = 'odin'; ... gh.factory<_i201.FlavorConfig>( () => flavorsModule.devFlavor, registerFor: {_dev}, ); await gh.singletonAsync<_i743.LocalStorage>( () => customInitModule.storage( gh<_i201.FlavorConfig>(), // Bad state: GetIt: Object/factory with type FlavorConfig is not registered inside GetIt gh<_i460.SharedPreferences>(), ), preResolve: true, ); gh.factory<_i201.FlavorConfig>( () => flavorsModule.testFlavor, registerFor: {_test}, ); gh.factory<_i201.FlavorConfig>( () => flavorsModule.prodFlavor, registerFor: {_prod}, ); gh.factory<_i201.FlavorConfig>( () => flavorsModule.odinFlavor, registerFor: {_odin}, ); ...
injectable: 2.4.4 injectable_generator: 2.6.2
The text was updated successfully, but these errors were encountered:
I'm sorry! I didn't do this!! It seems to be something not good just don't click it my apology!!!
Sorry, something went wrong.
I don't know what it is either!!!
Same issue here.
No branches or pull requests
When I run not
dev
flavor error is threw.context
injectable: 2.4.4
injectable_generator: 2.6.2
The text was updated successfully, but these errors were encountered: