animated_collection 1.3.0
animated_collection: ^1.3.0 copied to clipboard
A Flutter library with simple animated widgets and utilities methods to use with animations.
1.3.0 #
- Adds
AnimatedVisibility.builder.
1.2.1 #
- Fix memory leaks in
AnimatedLocation.
1.2.0 #
- Adds
AnimatedFlexibleAnimatedExpandedAnimatedSpacer
1.1.0 #
- Adds
AnimatedAppearing.
1.0.0 #
- Upgrade dependencies.
- Upgrades to Flutter 3.19 and Dart 3.2.
- Breaking: Removes
TightSizeTransitionas https://github.com/flutter/flutter/pull/134659 as been deployed on stable 3.19.0. UseSizeTransitionfrom Flutter instead.
0.0.2 #
- Uses the
durationpassed to theAnimatedVisibility.
0.0.1 #
- Updates the license and package description.
0.0.0 #
- Initial release:
- Add
TickerFutureExtensionextension onFuturewithwhenCompleteOrCancelFuturemethod. - Adds
AnimatedVisibilitywidget. - Adds
AnimatedBooleanStatewidget. - Adds
AnimatedLocationwidget. - Adds
TightSizeTransitionwidget.
- Add