animated_size_and_fade 4.0.0
animated_size_and_fade: ^4.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 - 2024-01-24 #
- For Dart >=3.2.0
3.0.1 - 2023-01-30 #
- Removed useless
Container
.
3.0.0 - 2020-09-19 #
- Breaking change: Remove the
vsync
parameter.
2.1.0 - 2020-08-27 #
- The
vsync
parameter is now optional.
2.0.0 - 2020-03-05 #
- Nullsafe version.
1.1.4 - 2020-09-14 #
- Docs improvement.
1.1.2 - 2020-07-17 #
- Docs improvement.
1.1.1 - 2020-05-19 #
- Docs improvement.
1.1.0 - 2019-11-29 #
- Breaking change: 2 curves for fading in/out.
1.0.5 - 2019-10-18 #
- Toggle constructor (to show/hide).
1.0.3 - 2019-06-18 #
- Added example.
1.0.0 - 2019-06-17 #
- Initial.