animated_reorderable_list 1.1.1 animated_reorderable_list: ^1.1.1 copied to clipboard
A Flutter Reorderable Animated List with simple implementation and smooth transition.
1.0.8 #
Enhancements #
- 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.