Skip to content

Commit 3187649

Browse files
committed
bumped to version 0.4.9
1 parent ba45d60 commit 3187649

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.9
2+
### Fixed
3+
* Fix the end extend of actions in dismiss animation (https://github.com/letsar/flutter_slidable/pull/38).
4+
15
## 0.4.8
26
### Addded
37
* onSlideAnimationChanged and onSlideIsOpenChanged on `SlidableController`.

README.md

Lines changed: 1 addition & 1 deletion
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.8"
30+
flutter_slidable: "^0.4.9"
3131
```
3232
3333
In your library add the following import:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.8
3+
version: 0.4.9
44
author: Romain Rastel <[email protected]>
55
homepage: https://github.com/letsar/flutter_slidable
66

0 commit comments

Comments
 (0)