Skip to content

Releases: canopas/animated_reorderable_list

v1.1.2: Update readme (#90)

04 Dec 06:24
5288319
Compare
Choose a tag to compare
  • Update readme file to reduce bandwidth consumption

v1.1.1

09 Aug 15:29
Compare
Choose a tag to compare

Enhancement

  • Improve example app

v1.1.0

09 Aug 05:41
d2e4424
Compare
Choose a tag to compare
  • Fix shrinkwrap support

v1.0.9

06 Aug 05:02
Compare
Choose a tag to compare
  • Minor Chnages

v1.0.8

05 Aug 06:47
afe1458
Compare
Choose a tag to compare

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

02 Jul 04:32
5730ac4
Compare
Choose a tag to compare

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

02 Jun 05:04
d4efd42
Compare
Choose a tag to compare

Changes

  • Updated example app and docs to add information around the equality of items.

v1.0.5: Fix onReorderEnd method (#59)

30 Apr 03:20
7bfe779
Compare
Choose a tag to compare

1.0.5 (Apr 30, 2024)

Changelog

Bug Fixes

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

v1.0.4

14 Apr 15:07
Compare
Choose a tag to compare

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

13 Mar 14:40
a6974c9
Compare
Choose a tag to compare

What's Changed?

  • Fix the blinking issue while adding or removing item