diff --git a/CHANGELOG.md b/CHANGELOG.md index e47b7a3a..d6c8a4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.9 +### Fixed +* Fix the end extend of actions in dismiss animation (https://github.com/letsar/flutter_slidable/pull/38). + ## 0.4.8 ### Addded * onSlideAnimationChanged and onSlideIsOpenChanged on `SlidableController`. diff --git a/README.md b/README.md index b8108a0b..394cf98d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency: ```yaml dependencies: ... - flutter_slidable: "^0.4.8" + flutter_slidable: "^0.4.9" ``` In your library add the following import: diff --git a/pubspec.yaml b/pubspec.yaml index 1e76db8f..948d1d07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_slidable description: A Flutter implementation of slidable list item with directional slide actions that can be dismissed. -version: 0.4.8 +version: 0.4.9 author: Romain Rastel homepage: https://github.com/letsar/flutter_slidable