0 purchases
drag and drop
This package supports drag & drop chip widgets.
Usage #
Create a list of items.
items.add(
DraggableListItems(item: "Index: $i"),
);
copied to clipboard
and pass the list to create the draggable chip with context.
DragAndDrop(context: context).generateList(items: items),
copied to clipboard
Additional information #
For further, see the example app.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.