79832056

Date: 2025-11-27 20:35:01
Score: 3.5
Natty:
Report link

ryanwebjackson17 mins ago

Can you explain further? It's not clear as is how this solves the problem.

I implemented with Draggable and DragTarget, and I didnt see any issues related to user experience; I think if one have several lists, instead of one, one may get synchronization-lag related useState (not sure).

Anyhow; it is easier though to just work with one list, instead of several.

If one place over a target, one could possibly place over oneself; one solve this by making what is being dragged invisible:

childWhenDragging: const SizedBox.shrink(),

By using

Transform.translate(...)

one can adjust space to indicate where something is being placed.

What is being dragged is shown in

feedback: (...)

There is no need for offsett of height, or anything, it just looks on overlap it seems.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you explain
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Robert Larsen