Skip to content

Commit 8b02e34

Browse files
committedSep 5, 2018
Bump version 0.4.5
1 parent 6b8d9bd commit 8b02e34

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.5
2+
### Added
3+
* The `foregroundColor` parameter on `IconSlideAction` class.
4+
15
## 0.4.4
26
### Added
37
* The `closeOnCanceled` parameter on `SlideToDismissDelegate` classes.

‎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.4"
30+
flutter_slidable: "^0.4.5"
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.4
3+
version: 0.4.5
44
author: Romain Rastel <lets4r@gmail.com>
55
homepage: https://github.com/letsar/flutter_slidable
66

0 commit comments

Comments
 (0)