I am trying to build an interface where a user can drag one item in a list to another item in another list to create relations that will ultimately be saved in the DB. My plan would be for the dragged item to return to its original position once it is let go and display a line from that draggable item to the drag target it was dropped on. This way, the user can drag one item to multiple targets, and show lines that correspond to their choices. Has anyone tried this, or is it even possible with native FlutterFlow widgets?
Can you display a line between a draggable item and a drag target?
Widgets & Design
So far, I have tried creating two columns on opposite sides of the screen, one with draggable objects, and the other with drag-target objects, however, I haven't found a way to make the object return to its original position or to draw a line connecting the objects after the fact.
Yes
3
1 reply