- Improve example app
- Fix shrinkwrap support
- Minor changes
- Add
isItemSamecallback to compare two items to determine if two items are the same. It should return true if the two compared items are identical. - Add
shrinkWrapproperty to allow the widget to size itself to the size of its children in the main axis direction.
- List Will Not Animate When New Item Is Added to the End of the List
- Allow Disabling Long Press to Start Reorder Gesture
- Add equality check in example app to prevent animation on update of item in list.
- Fix
onReorderEndcallback not being called after reordering is completed.
- Fix blink issue
- Add support of Drag Handler for
TargetPlatformVariant.desktop