Articles in this series
Animate The Item of The List when Inserted / Deleted. ยท A List is highly important in any application. It may be a list of people, a list of menu items,...
What is Staggered animation? How to animate more than one widget in Sequential order? ยท ๐ Introduction We've seen Implicit and Explicit animations up...
What is AnimatedContainer? What is the best way to make a Container animate? ยท We've seen how to make Explicit animation with the Animation class, Tween...
How to create custom animation? What exactly is Animation class? What is Tween animation? CurvedAnimation: What is it and How to use it? ยท In the...
Get more control over the animation ยท In Flutter, we have basically two types of animation: Implicit, and Explicit. The Implicit animations are the...
Fade animation between two different widgets and their sizes. ยท AnimatedCrossFade Consider a scenario, where you want to replace a current widget with a...