auto_animated 2.0.0-dev.1
auto_animated: ^2.0.0-dev.1 copied to clipboard
Widgets starting auto play animation when mounted. It is already possible to animate the list and icons.
2.0.0-dev.1 #
- Improvement animation algorithm for
AutoAnimatedList
,AutoAnimatedSliverList
,AutoAnimatedGrid
,AutoAnimatedSliverGrid
. Now animations start on scroll (element visibility change)
1.4.0-dev.1 #
- Added
AnimateOnVisibilityChange
&AnimateOnVisibilityWrapper
1.3.0 #
- Fixed lexical error in
AutoAnimatedIconButton
(firstToolip
&secondToolip
renamed tofirstTooltip
& secondTooltip)
1.3.0-dev.5 #
- Fixed error when timer not initialized
1.3.0-dev.4 #
- Fixed items auto additions after animation end
1.3.0-dev.3 #
- Fixed retry animation on items count change
- Marked
itemCount
required - Removed deprecated props
1.3.0-dev.2 #
- Added
AutoAnimatedGrid
- Added
AutoAnimatedSliverGrid
1.3.0-dev.1 #
- Added
AutoAnimatedSliverList
1.2.3 #
- Forvard animation on items count changed in
AutoAnimatedList
1.2.2 #
- Fixed dispose in
AutoAnimatedIconButton
1.2.1 #
- Fixed auto setting state on rebuild widget for
AutoAnimatedIconButton
1.2.0 #
- Added constructor
AutoAnimatedIconButton.externalState
withiconState
property
1.1.0 #
- Added
AutoAnimatedListState.sepparated
- Added
AutoAnimatedIconButton
- Optimized perfomance
1.0.1 #
- Fixed screenshots paths for pub.dev
1.0.0 #
- Initial release.