animated_stack_widget 0.0.4 animated_stack_widget: ^0.0.4 copied to clipboard
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:
Credits #
The AnimatedStack widget is just an adaptation of the Flutter AnimatedList Widget so full credit for that goes to the authors.