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.