Drag to another app from a Flutter desktop app
Asked Answered
B

0

6

My Flutter Desktop app is listing sound sample files from a specific dir of my computer.

I want to drag the list tile (which represents a file path) to a window of Windows explorer, and this file being copied to this window location.

I research a lot and all I got was plugins to drag files into the flutter app but never the opposite.

Something like this:

enter image description here

Bedew answered 17/3, 2022 at 14:8 Comment(1)
After some research i found this issue: github.com/flutter/flutter/issues/30719 I not totally sure, but It looks like the "dragging out" feature is not yet supported by FlutterNotification

© 2022 - 2024 — McMap. All rights reserved.