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:

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