You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi hanshengchiu, through user trials, I've found that the default time to drag for ReorderableSliverList is too long.
I forked your code for my application and replaced LongPressDraggable with Draggable on line 739 as it provide for better user feedback. Users were not sure how to use the re-ordering otherwise.
The text was updated successfully, but these errors were encountered:
Hi hanshengchiu, through user trials, I've found that the default time to drag for ReorderableSliverList is too long.
I forked your code for my application and replaced LongPressDraggable with Draggable on line 739 as it provide for better user feedback. Users were not sure how to use the re-ordering otherwise.
The text was updated successfully, but these errors were encountered: