Releases: canopas/animated_reorderable_list
Releases · canopas/animated_reorderable_list
v1.1.2: Update readme (#90)
- Update readme file to reduce bandwidth consumption
v1.1.1
Enhancement
- Improve example app
v1.1.0
- Fix shrinkwrap support
v1.0.9
- Minor Chnages
v1.0.8
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
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
v1.0.6
Changes
- Updated example app and docs to add information around the equality of items.
v1.0.5: Fix onReorderEnd method (#59)
1.0.5 (Apr 30, 2024)
Changelog
Bug Fixes
- Fix
onReorderEnd
callback not being called after reordering is completed.
v1.0.4
1.0.4
Changelog
Bug Fixes
- Fix the blink issue while adding or removing item from the list
Enhancements
- Add support of Drag Handler for
TargetPlatformVariant.desktop
v1.0.2
What's Changed?
- Fix the blinking issue while adding or removing item