dough icon indicating copy to clipboard operation
dough copied to clipboard

Reorderable List Dough

Open josiahsrc opened this issue 5 years ago • 0 comments

The draggable dough widget feels awesome. The same concept could be applied to a ReorderableList.

A possible implementation would be:

  • The user presses on a reorderable list item.
  • The user drags the list item in a direction. Similar to DraggableDough, the list item will appear to stick to its slot. Once a drag threshold is met, the list item will elastically snap to the user's finger and will be freely movable/reorderable.

Similar to this feature, except for reorderable lists instead:

josiahsrc avatar Jul 31 '20 01:07 josiahsrc