hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
727 stars 167 forks source link

Select Multiple Items To Reorder In Bulk #182

Open AscanioB opened 1 year ago

AscanioB commented 1 year ago

Is there a way this can be done? I want to be able to select multiple items in a list for example indexes 4, 8, 9 and drag them to the top so they become 0, 1, 2, and the rest follow suit.

kvenn commented 9 months ago

I'd also love this feature!