From 31876497af3b45833143b3b36e5287bb7c7680b2 Mon Sep 17 00:00:00 2001 From: Romain Rastel Date: Mon, 15 Oct 2018 20:09:34 +0200 Subject: [PATCH] bumped to version 0.4.9 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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