animated_reorderable_list 1.1.5 animated_reorderable_list: ^1.1.5 copied to clipboard
A Flutter Reorderable Animated List with simple implementation and smooth transition.
1.1.5 #
Improvements #
- Add
lockedItems
to make items locked and non-draggable. - Fix issue with
nonDraggableItems
for different instances of the list.
1.1.4 #
Improvements #
- Add swap animation when changing the order of items in the list
- Add 'enableSwap' to enable/disable swap animation
- Add 'nonDraggableItems' to make items non-draggable and enable/disable reordering
- Add
dragStartDelay
to delay the start of the drag gesture - Deprecate 'longPressDrag' in favor of
dragStartDelay
- Update Example App
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.