animated_collection 1.1.0 animated_collection: ^1.1.0 copied to clipboard
A Flutter library with simple animated widgets and utilities methods to use with animations.
1.1.0 #
- Adds
AnimatedAppearing
.
1.0.0 #
- Upgrade dependencies.
- Upgrades to Flutter 3.19 and Dart 3.2.
- Breaking: Removes
TightSizeTransition
as https://github.com/flutter/flutter/pull/134659 as been deployed on stable 3.19.0. UseSizeTransition
from Flutter instead.
0.0.2 #
- Uses the
duration
passed to theAnimatedVisibility
.
0.0.1 #
- Updates the license and package description.
0.0.0 #
- Initial release:
- Add
TickerFutureExtension
extension onFuture
withwhenCompleteOrCancelFuture
method. - Adds
AnimatedVisibility
widget. - Adds
AnimatedBooleanState
widget. - Adds
AnimatedLocation
widget. - Adds
TightSizeTransition
widget.
- Add