The built-in Flutter animations can be combined and extended to satisfy developer needs in the UX. In this chapter, you will learn a lot more about animations, using Tween animations to manage an animation timeline and curve, and useing AnimatedBuilder and AnimatedWidget to add and combine beautiful animations.
The following topics will be covered in this chapter:
- Getting to know the basics of Animations
- Using Animations
- Using AnimatedBuilder
- Using AnimatedWidget