Qunar Tech Salon
Jan 8, 2019 · Mobile Development
Implementing Animations in Flutter: From Animatable and Tween to a Custom Bezier Curve Motion
This article explains how Flutter renders animations by repeatedly calling setState, describes the roles of Animatable, Animation, Tween, and AnimationController, and provides a complete example of creating a custom BezierTween to achieve a bezier‑curve motion with full source code.
AnimatableAnimationControllerBezierCurve
0 likes · 9 min read