Dan Field
Dan Field
In case its not clear - I'm requesting two optimizations: 1. Reduce the amount of repeated data overall in the docset. Let common content live in single files that reference...
@fabiomsr - I attempted to email you as well. I've made some significant headway in my path_measure branch. I'm still waiting for a PR in engine to land that adds...
After discussing with @fabiomsr, I've taken on maintaining this. It's been published to pub based on my fork. There's an example of usage in that repository. Do note, however, that...
Some changes have landed in Flutter in the last couple days that _should_ help this.
More specifically, two changes: 1. On iOS, when the system sends a memory pressure event, we'll evict the Skia cache 2. On all platforms, we'll base the cache size on...
This should probbly get a version constraint added to pubspec.yaml, but the changes haven't been published to flutter dev yet - they will be soon.
This is not backwards compatible. Would you be open to publishing it with a version constraint? The version it first appears in is 2.3.0-24.0.pre
(this is now the API used on stable)
Some low hanging fruit here would probably be anything that results in a call to `canvas.saveLayer`, which will be expensive.
I commented on this elsewhere to you, but what happens if you reduce the resource cache using the Skia system channel? I suspect that the animation is gobbling up available...