September 2019
Beginner
512 pages
12h 52m
English
AnimationController is one of the most used Flutter animation classes. It is derived from Animation<double> class and adds some fundamental methods for manipulating animations. The Animation class is the basis of animation in Flutter; as said before, it does not have any animation control-related methods. AnimationController adds these controls to the animation concept, such as the following:
Read now
Unlock full access