Flutter Animation editor
A flexible keyframe based animation editor in flutter which allows you to define tracks and keframes data just like animation softwares like rive, blender, unity etc.
- dynamically add tracks for any object id,
- Easy easily add keyframes for different properties of that object
- custom property name it anything you want position, scale, angle, color etc.
- playback options loop, one shot, ping pong.
- change animation duration.
- more to come.
All via a simple, unified API without fussing with AnimationController and StatefulWidget.