Talking about a desktop application now, not mobile or web.
Is it any widget in Flutter
that will allow, for example, drag a folder, drop it in the application UI, and the app will read for example the path to that file or folder?
I have been reading about Draggable
and DragTarget
in Flutter
, but i do think they are used for that purpose.
NOTE: it might not exist a widget for that purpose, so a strategy on how to do that in Flutter will also be appreciated.