DEV Community

Geeky-Star
Geeky-Star

Posted on

Animation Container

Flutter Animation is a great way to start with Animations because it is easy to work with flutter animation. In Flutter, there are two types of Animations-

  1. Explicit Animations
  2. Implicit Animations

How to know which Animation to choose from these?

Sort out, what are your requirements. If you want the animation to stop, play, repeat, then explicit animation is the answer. In major cases, explicit animation rules it. I have recently started exploring flutter animation and made this small project in animation. In this, you will learn -

  1. AnimationContainer
  2. Random Function
  3. setState function

Top comments (0)