-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
## 0.2.0 | ||
### Added | ||
* `Slidable.builder` constructor. | ||
* Vertical sliding. | ||
|
||
## Changed | ||
* The slide actions are now hosted in a `SlideActionDelegate` instead of `List<Widget>` inside the `Slidable` widget. | ||
* The `leftActions` have been renamed to `actions`. | ||
* The `rightActions` have been renamed to `secondaryActions`. | ||
|
||
## 0.1.0 | ||
* Initial Open Source release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
author: Romain Rastel <[email protected]> | ||
homepage: https://github.com/letsar/flutter_slidable | ||
|
||
|