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
get_it now supports registering the same type multiple times using enableRegisteringMultipleInstancesOfOneType for later use with getAll. I think it would be useful to add an option to InjectableInit that would turn off the error when registering duplicate types.
'${dep.typeImpl} [${dep.type}] envs: ${dep.environments} scope: ${dep.scope} \nis registered more than once under the same environment or in the same scope',
);
The text was updated successfully, but these errors were encountered:
get_it now supports registering the same type multiple times using
enableRegisteringMultipleInstancesOfOneType
for later use withgetAll
. I think it would be useful to add an option toInjectableInit
that would turn off the error when registering duplicate types.injectable/injectable_generator/lib/generators/injectable_config_generator.dart
Lines 304 to 306 in 00974a8
The text was updated successfully, but these errors were encountered: