Skip to content

Commit bc53b41

Browse files
committed
bump to dev.7
1 parent 2f698e7 commit bc53b41

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+
## 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).

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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: 1.0.0-dev.6
3+
version: 1.0.0-dev.7
44
homepage: https://github.com/letsar/flutter_slidable
55

66
environment:

0 commit comments

Comments
 (0)