I’m seeing stutter with my application in animations the first time those animations are run. Subsequent runs are buttery smooth. I’m assuming this is due to JIT. Are there any recommendations for how to combat the initial animation jank?
c
Carson Holzheimer
12/06/2021, 2:10 PM
I wouldn't be surprised if this is a Skia problem. Flutter team struggled for years to improve performance when loading shaders for the first time. Any shadows involved?