Skip to content

abishekchoudhari/drag_and_drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO: This package supports drag & drop chip widgets.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

TODO: 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.

About

Drag and Drop widgets using flutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages