flutter_reorderable_list
flutter_reorderable_list copied to clipboard
WIll this work on nested lists? (list within a list)
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.
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).