escamoteur
escamoteur
ok, makes sense, but I need to find time for it. Still not finished to convert all my pacakges to null safety
OK, your PR used a special `intoSet` parameter. But do we need this if we can use names instances? You want to be ablt to do a `.getAll()` right? If...
not sure if we need that. if we add an ```Dart List = getIt.getAll(); ``` that returns you all registered objects with that type and its derived types.
Yeah this might not be very performant. But I try to imagine how often will you have to do such a call? It's probably nothing you do on every frame....
I would say lets implement it like that and see what the feedback is
would you try a PR?
please don't forget adding the new function to the readme
Hi, sorry for not looking into this earlier, but I had some mental health problems the last half year. No PR has appeared yet. let me see if I find...
then this is a bug in the docs. For a factory that creates always a new instance the dependson doesn't really make sense IMHO. can you explain where you need...
Hi, Maybe the warning is a bit extreme 😁 IMHO registering the same type multiple times shouldn't be something you regularly do because there are probably better approaches than to...