animated_reorderable_list 1.0.9 animated_reorderable_list: ^1.0.9 copied to clipboard
A Flutter Reorderable Animated List with simple implementation and smooth transition.
#v1.0.9
- Minor changes
#v1.0.8
Changelog #
Enhancement #
- Add
isItemSame
callback to compare two items to determine if two items are the same. It should return true if the two compared items are identical. - Add
shrinkWrap
property to allow the widget to size itself to the size of its children in the main axis direction.
#v1.0.7
Changelog #
Bug Fixes #
- List Will Not Animate When New Item Is Added to the End of the List
Enhancement #
- Allow Disabling Long Press to Start Reorder Gesture