escamoteur
escamoteur
This looks to me as if you are using injectable. I think get_it doesn't do anything like that.
ah; it's a factory with parameters. yeah, get_it can't know what value you want to pass there. i I wonder if it would help to give them default values of...
could you creat a PR with a unit test for this?
Hi, wouldn't it have been enough to just update the pubspec.yaml?
can you create a simple repro project, please?
This looks very much like a compiler bug
OK, after looking a bit deeper into your provided project it really looks pretty odd what dart2js produces here ```Dart _i1.GetIt $initGetIt(_i1.GetIt get, {String? environment, _i2.EnvironmentFilter? environmentFilter}) { final gh...
Thanks a lot
Thanks a lot for verifying that there is indeed a problem in dart2js. It would be pretty strange that it's a get_it code problem when 1000s of people use it...
does this problem still exist? because a fix was added into the dart2js if I read the above link correctly?