Mehmet Fidanboylu
Mehmet Fidanboylu
There has been numerous discussions around this internally. I have asked help from vsm to help organize this work. Flutter's embedding of Dart on a given platform should match the...
It is entirely possible that these animations are quite expensive due to the way they were designed. In that case, it would be great if you can point me to...
@luigi-rosso FYI
Thanks @luigi-rosso . Capturing a `skp` and analyzing it in Skia seems too much for a designer to do. Are there a series of best practices that highlight what type...
@liyuqian FYI, see Luigi's comment above.
Tried adding another penguin actor with a different animation full size in a column. The memory usage does not increase for that: ``` App Summary Pss(KB) ------ Java Heap: 1880...
Replacing both animations with the simple animation also results in same memory profile. The new animation is mostly white with small balloons and confetti floating around periodically. I would have...
We are seeing similar stack traces in other apps as well: ``` error: type 'FlutterActorShape' is not a subtype of type 'ActorPath' in type cast #0 KeyFramePathVertices.applyInterpolation (package:flare_dart/animation/keyframe.dart:683) #1 PropertyAnimation.apply...
@matanlurey ping