We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fced7c commit 76d1e43Copy full SHA for 76d1e43
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [0.1.0]
+## [0.1.0]
2
3
* Initial release
4
@@ -9,3 +9,10 @@
9
## [0.1.3]
10
11
* Fix regression for CancellationToken
12
+
13
14
+## [0.1.4]
15
16
+* Added `decoratePlaceholder` constructor property to allow customizing placeholder decoration
17
+* Haptic feedback on reorder is only done on iOS
18
+* Support SliverPadding
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_reorderable_list
description: Reorderable list for flutter.
-version: 0.1.3
+version: 0.1.4
author: Matej Knopp <matej.knopp@gmail.com>
5
homepage: https://github.com/knopp/flutter_reorderable_list
6
0 commit comments