From eed3df318f15fe37621d1da05bb6c7315ae13486 Mon Sep 17 00:00:00 2001 From: cp-sneha-s Date: Mon, 5 Aug 2024 11:42:50 +0530 Subject: [PATCH] Update readme --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48899ec..ca5a412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index efe58fd..3b5171f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: