knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
336 stars 98 forks source link

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

Open Edorin9 opened 4 years ago

Edorin9 commented 4 years ago

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.

knopp commented 4 years ago

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).