Skip to content

Commit 8e59a10

Browse files
committed
Bumped version 0.4.3
1 parent b07412a commit 8e59a10

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3
2+
### Fixed
3+
* https://github.com/letsar/flutter_slidable/issues/23 (Issue with Drawer delegate when different action count).
4+
15
## 0.4.2
26
### Fixed
37
* https://github.com/letsar/flutter_slidable/issues/22 and https://github.com/letsar/flutter_slidable/issues/24 (Issue with controller).

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
2727
```yaml
2828
dependencies:
2929
...
30-
flutter_slidable: "^0.4.2"
30+
flutter_slidable: "^0.4.3"
3131
```
3232
3333
In your library add the following import:

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_slidable
22
description: A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
3-
version: 0.4.2
3+
version: 0.4.3
44
author: Romain Rastel <[email protected]>
55
homepage: https://github.com/letsar/flutter_slidable
66

0 commit comments

Comments
 (0)