Skip to content

Commit

Permalink
bumped to version 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar committed Oct 15, 2018
1 parent ba45d60 commit 3187649
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.9
### Fixed
* Fix the end extend of actions in dismiss animation (https://github.com/letsar/flutter_slidable/pull/38).

## 0.4.8
### Addded
* onSlideAnimationChanged and onSlideIsOpenChanged on `SlidableController`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
flutter_slidable: "^0.4.8"
flutter_slidable: "^0.4.9"
```
In your library add the following import:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.8
version: 0.4.9
author: Romain Rastel <[email protected]>
homepage: https://github.com/letsar/flutter_slidable

Expand Down

0 comments on commit 3187649

Please sign in to comment.