Keyframe-based animations in Flutter

I’ve been using few fun animation packages in the last year including motor and flutter_physics and they are great. However, I’m looking for something that would let me translate typical keyframe definition (e.g. from jitter or Rive) to Flutter tweens and animations.

I’ve found few packages

Both seem like great ideas. I’m testing the keyframes_tween now and it works quite well despite not being updated in 4 years:

screenshot_20251119_103112

I was wondering if you have any tips on how to convert something like below into manageable (staggered) animation in Flutter.

For reference I proposed a feature request to motor here.

1 Like

Have you seen Staggered animations?