animated_size_and_fade 5.0.0 animated_size_and_fade: ^5.0.0 copied to clipboard
Does a fade and size transition between widgets of different heights. Also used to show/hide a widget.
4.0.0 #
- For Dart >=3.2.0
3.0.1 #
- Removed useless
Container
.
3.0.0 #
- Breaking change: Remove the
vsync
parameter.
2.1.0 #
- The
vsync
parameter is now optional.
2.0.0 #
- Nullsafe version.
1.1.4 #
- Doc improvements.
1.1.0 #
- Breaking change: 2 curves for fading in/out.
1.0.5 #
- Toggle constructor (to show/hide).
1.0.3 #
- Added example.
1.0.0 #
- Initial.