implicitly_animated_list 2.1.1
implicitly_animated_list: ^2.1.1 copied to clipboard
A Flutter widget that implicitly animates a list whenever it rebuilds with new items.
2.1.1 #
- Fix animation of lists where elements were only reordered.
- Thanks to @ElPlaso!
2.1.0 #
- Add customizable
insertDuration
anddeleteDuration
. - Thanks to @JonasWanke!
2.0.0 #
- Migrate to null-safety.
- Change license to MIT.
1.0.3 #
- Fix more
RangeError
s. - Thanks to @mxzinke!
1.0.2 #
- Fix some
RangeError
s. - Thanks to @mxzinke!
1.0.1 #
- Add example gif to the readme.
1.0.0 #
- Offer
ImplicitlyAnimatedList
.