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
726 stars 167 forks source link

Allow iOS style reordering in SliverList #16

Open apphost-plugins opened 5 years ago

apphost-plugins commented 5 years ago

Hi,

First of all, great plugin! Of all the solutions I've tried for reorderable SliverLists, this is by far the smoothest and cleanest.

It would be great to have the option to start the reorder operation in the iOS style. Instead of a long press anywhere on the sliver/tile, you would drag a handle icon to initiate the reorder. E.g. here

Nico04 commented 5 years ago

Any plans on this feature request ? It would be very usefull for a number of use cases :)

barees63 commented 4 years ago

I'd like this feature also..

CyMathew commented 1 year ago

The built-in ReorderableListView widget allows for this. https://api.flutter.dev/flutter/material/ReorderableListView-class.html