Lukas Klingsbo
Lukas Klingsbo
If anyone is curious how a migration might look like, this is what it looked like for the Flame monorepo: https://github.com/flame-engine/flame/pull/3433
@lishaduck there was a release for `custom_lint` two days ago, was that one not working with workspaces either?
I'm unfortunately way too busy with Flutter & Friends to help out. :/
Interesting, I thought we were pooling the prospect objects. I'll have a look tomorrow!
I've had a look, it works exactly like it should. :) The pool size starts at 1000, and then there is a second pool for holding the last potentials which...
Just had a look at `_OrderedSetIterator` and that one isn't a problem either, turn on "Refresh on GC" in the devtools and you'll see that they are properly garbage collected.
We're seeing the same thing when running the examples locally on Flame too: https://github.com/flame-engine/flame/tree/main/examples
After rebuilding the devtools extension it started to work again for us.
> In your cases, is the dependency a pub dependency, or a git dependency, or a path dependency? In Flame's case it is listed as a pub dependency in the...
I agree, these classes should be more in line with how Flutter does it. We would have to start supporting the `package` argument in the `Images` class in some way....