Skip to content

Commit

Permalink
Update readme (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored Aug 5, 2024
1 parent 73f4e26 commit afe1458
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#v1.0.8

# Changelog

## 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

# Changelog
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: animated_reorderable_list
description: A Flutter Reorderable Animated List with simple implementation and smooth transition.
version: 1.0.7
version: 1.0.8
repository: https://github.com/canopas/animated_reorderable_list

environment:
Expand Down

0 comments on commit afe1458

Please sign in to comment.