Back to Developer Roadmap

AnimatedBuilder

src/data/roadmaps/flutter/content/[email protected]

4.0805 B
Original Source

AnimatedBuilder

AnimatedBuilder is a widget in Flutter that allows you to build animations. It takes an Animation object and a builder function as input, and it returns a widget that is rebuilt whenever the animation changes. The builder function is called with the BuildContext and the animation object and it should return the widget that should be animated. This can be used to create complex animations with ease, without having to manage animation state or listen to animation events in the widget tree.

Visit the following resources to learn more: