File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0-dev.7
2+ ### Fixed
3+ * Fixes an issue where the Slidable animation stopped in middle when the gesture was too fast.
4+
15## 1.0.0-dev.6
26### Fixed
37* Fixes an issue preventing the actionPaneType to be updated when it animates (https://github.com/letsar/flutter_slidable/issues/226 ).
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packages:
6868 path: ".."
6969 relative: true
7070 source: path
71- version: "1.0.0-dev.6 "
71+ version: "1.0.0-dev.7 "
7272 flutter_test:
7373 dependency: "direct dev"
7474 description: flutter
Original file line number Diff line number Diff line change 11name : flutter_slidable
22description : A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
3- version : 1.0.0-dev.6
3+ version : 1.0.0-dev.7
44homepage : https://github.com/letsar/flutter_slidable
55
66environment :
You can’t perform that action at this time.
0 commit comments