philip-brink / DragAndDropLists

Flutter package for drag-and-drop reordering of two-level lists
BSD 3-Clause "New" or "Revised" License
253 stars 128 forks source link

Difficult to move items between lists #18

Open kinex opened 3 years ago

kinex commented 3 years ago

When using DragAndDropListExpansion, I have found it very difficult to drag an item from a list to another list especially if the destination list is empty. Problem is that the title widget of DragAndDropListExpansion and the contentsWhenEmpty widget do not accept the item. As a result of this it is quite difficult to find the correct location where the item should be dropped.

woodyfairy commented 3 years ago

+1

erishabh commented 3 years ago

+1

jlnrrg commented 2 years ago

Have you tried setting the lastItemTargetHeight and lastListTargetHeight, while setting contentsWhenEmpty: const SizedBox.shrink()?