In this video tutorial, we are going to build a simple animation using flutter. This animation will simply move containers from the left side of the screen to the center and then wait for a second and move out of the screen with the third container delaying by 0.2 seconds.
Source code: https://github.com/Flutter-Zone/Offset-Delay-Animation
Let’s start our animation app. :)
#flutter #dart #mobile-apps