To activate animation in flutter app, it's required to utilise class with SingleTickerProviderStateMixin extension, otherwise, your animation will not work. Further details, refer to here: https://api.flutter.dev/flutter/animation/AnimationController-class.html