Draggable widget without a list

Widgets & Design

Hi everyone!

Most of the tutorials I’ve found around the Draggable and DragTarget widgets focus on use cases like reordering items in a list (e.g. to-do lists, team member cards, etc.).

What I’m trying to do is slightly different:
I’d like to drag images freely and drop them anywhere onto a container that has a background, like a canvas.
For example, user can drag icons onto different parts of a background image.

From my understanding I'd need to somehow store the X and Y coordinates?

Is this kind of free placement (like dragging to any position within a container) possible using FlutterFlow’s DragTarget setup?
If not natively, are there any workarounds?

Thank you for your help.

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
No
1