drag_and_drop 1.0.0 copy "drag_and_drop: ^1.0.0" to clipboard
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.

0
likes
120
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

Drag and Drop chip widgets using flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on drag_and_drop