drag_and_drop

Creator: coderz1093

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.