drag_and_drop 1.0.0
drag_and_drop: ^1.0.0 copied to clipboard
Drag and Drop chip widgets using flutter.
This package supports drag & drop chip widgets.
Usage #
Create a list of items.
items.add(
DraggableListItems(item: "Index: $i"),
);
and pass the list to create the draggable chip with context.
DragAndDrop(context: context).generateList(items: items),
Additional information #
For further, see the example app.