Skip to content

Commit fea4abf

Browse files
committed
Bumped version to 0.4.6
1 parent f0c9b74 commit fea4abf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.6
2+
### Modified
3+
* Reduce the possibilities for the https://github.com/flutter/flutter/issues/11895 issue to happen.
4+
15
## 0.4.5
26
### Added
37
* The `foregroundColor` parameter on `IconSlideAction` class.

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.5"
30+
flutter_slidable: "^0.4.6"
3131
```
3232
3333
In your library add the following import:

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.5
3+
version: 0.4.6
44
author: Romain Rastel <[email protected]>
55
homepage: https://github.com/letsar/flutter_slidable
66

0 commit comments

Comments
 (0)