flutter_reorderable_list icon indicating copy to clipboard operation
flutter_reorderable_list copied to clipboard

WIll this work on nested lists? (list within a list)

Open Edorin9 opened this issue 5 years ago • 1 comments

I'm using slivers and I'm planning to nest this in a sliver list. will that work? the ReorderableListView in flutter won't work because it doesn't have shrink wrap.

Edorin9 avatar Aug 11 '20 01:08 Edorin9

I'm not sure what you mean by nesting. Generally it can be used in sliver list (the example also uses sliver list with a sliver header).

knopp avatar Aug 11 '20 08:08 knopp