animated_stack_widget 0.0.1+2 animated_stack_widget: ^0.0.1+2 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 application for a demo app with a slide-in and fade-out animation.
Credits #
The AnimatedStack widget is just an adaptation of the Flutter AnimatedList Widget so full credit for that goes to the authors.