How to Reposition items inside Grouped list and Reposition Group in flutter?

163 views Asked by At

Need to Reposition item inside grouped list by drag and drop and also need to Reposition group by drag and drop in flutter

1

There are 1 answers

1
Pacane On

It looks like you're looking for the ReorderableListView widget.

I believe if you want to reorder items and groups, you could do this using a ReorderableListView as the ListItem for another ReorderableListView.