Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 956 Bytes

File metadata and controls

51 lines (29 loc) · 956 Bytes

1.1.1

Enhancement

  • Improve example app

1.1.0

Enhancement

  • Fix shrinkwrap support

1.0.9

Enhancement

  • Minor changes

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.

1.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

1.0.6

Bug Fixes

  • Add equality check in example app to prevent animation on update of item in list.

1.0.5

Bug Fixes

  • Fix onReorderEnd callback not being called after reordering is completed.

1.0.4

Bug Fixes

  • Fix blink issue

Enhancements

  • Add support of Drag Handler for TargetPlatformVariant.desktop