draggable_container 0.1.1 draggable_container: ^0.1.1 copied to clipboard
A Draggable Widget Container. Each children is Draggable, Deletable and Fixable.
[0.1.1] #
Updated README.md
[0.1.0] #
Updated README.md
[0.0.9] #
Add onBeforeDelete event.
The addItem, deleteIndex, deleteItem methods add a parameter called triggerEvent, default is true.
Updated the example code.
Updated the demo gif.
Updated README.md
[0.0.8] #
Fixed long press to drag the item move faster than finger.
Fixed deleted item error.
Add the demo gif.
[0.0.7] #
-
All class names begin with Draggable
-
Add parameters to DraggableContainer:
- draggableMode
- allWayUseLongPress
-
Rewrote the reorder algorithm
-
Use the tester to test the reorder logic.
[0.0.6] #
Updated the example code.
[0.0.5] #
Updated code.
[0.0.4] #
Updated the example code.
[0.0.3] #
Updated code.
[0.0.2] #
Updated the pubspec.yaml file and the example code.
[0.0.1] #
init.