implicitly_animated_reorderable_list 0.2.0-dev+2
implicitly_animated_reorderable_list: ^0.2.0-dev+2 copied to clipboard
A Flutter ListView that implicitly animates between the changes of two lists with the support to reorder its items.
Changelog #
0.2.0 #
- Added support for headers and footers on the
ImplicitlyAnimatedReorderableList. - Added
childproperty onReorderablethat can be used instead off thebuilderthat will use a default elevation animation instead of being forced to specify your own custom animation.
0.1.5 to 0.1.10 #
- Bug fixes and performance improvements.
0.1.4 #
- Made
Handlescroll aware to only initiate a drag when the scroll position didn't change. - Added horizontal scrollDirection support for
ImplicitlyAnimatedReorderableList
0.1.0 #
- Initial release