You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ClassB only registered if environment contain _cloud, so ClassA factory become error because classB doesn't registered in getIt.
The text was updated successfully, but these errors were encountered:
kencana16
changed the title
i have ClassA depend ClassB. both is using env "cloud". than i register OtherClassA(as: ClassA) using env "local".
Nested env not working.
May 13, 2024
i have class like this
the generated file become
when ClassB only registered if environment contain _cloud, so ClassA factory become error because classB doesn't registered in getIt.
The text was updated successfully, but these errors were encountered: