diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f13c7ab..3b57c8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.3 +### Fixed +* https://github.com/letsar/flutter_slidable/issues/23 (Issue with Drawer delegate when different action count). + ## 0.4.2 ### Fixed * https://github.com/letsar/flutter_slidable/issues/22 and https://github.com/letsar/flutter_slidable/issues/24 (Issue with controller). diff --git a/README.md b/README.md index fc7b08b5..465e4efd 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.2" + flutter_slidable: "^0.4.3" ``` In your library add the following import: diff --git a/pubspec.yaml b/pubspec.yaml index cd4e971f..fd786fcb 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.2 +version: 0.4.3 author: Romain Rastel homepage: https://github.com/letsar/flutter_slidable