flutter_list_drag_and_drop icon indicating copy to clipboard operation
flutter_list_drag_and_drop copied to clipboard

Feature request: Ability to place a DragAndDropList inside another scrolling container

Open ghunter99 opened this issue 6 years ago • 1 comments

Hi @Norbert515

Thanks for creating this great and easy to use widget!

One thing I've run into is that putting a DragAndDropList inside another scrolling container gives an unbounded height error.

Maybe you could expose the Shrinkwrap property in ListView.builder?

Btw: Futter's ReorderableListView has a similar limitation: Github/Flutter/ReorderableListView is too limited to be (always) useful #25789

Thanks!

ghunter99 avatar Jan 16 '19 20:01 ghunter99

I overlooked this issue, I'm sorry. If you haven't already fixed it - does wrapping this widget in an Expanded help? Or did adding the shrinkwrap property fix the issue?

Norbert515 avatar Apr 26 '19 08:04 Norbert515