animated_stack_widget 0.0.2%2B1

SDKflutter
Platformandroidioswindowslinuxmacosweb

A Stack widget which supports animated addition/removal of children.

animated_stack_widget

Makes it easy to animate the addition & removal of Stack children in a similar way that AnimatedList does so for a List.

Getting Started

See the example/ directory for a demo app which results in the following:

Example

Credits

The AnimatedStack widget is just an adaptation of the Flutter AnimatedList Widget so full credit for that goes to the authors.