diff --git a/CHANGELOG.md b/CHANGELOG.md index ab51da37..f00f751e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.6 +### Modified +* Reduce the possibilities for the https://github.com/flutter/flutter/issues/11895 issue to happen. + ## 0.4.5 ### Added * The `foregroundColor` parameter on `IconSlideAction` class. diff --git a/README.md b/README.md index 82599f7b..309d86a9 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.5" + flutter_slidable: "^0.4.6" ``` In your library add the following import: diff --git a/pubspec.yaml b/pubspec.yaml index 979f8677..d3f1220c 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.5 +version: 0.4.6 author: Romain Rastel homepage: https://github.com/letsar/flutter_slidable