desktop_drop 0.1.0 
desktop_drop: ^0.1.0 copied to clipboard
A plugin which allow user drag files to you flutter application on desktop platforms.
0.1.0 (2021/9/2) #
- add android support. (preview)
 - expose pointer coordinates.
 
BREAK CHANGE:
- Change 
onDragEntered,onDragExitedandonDragUpdatedcallbacks signature fromVoidCallbacktovoid Function(DropEventDetails). - Change 
DropDoneDetailsfromvoid Function(List<Uri>)tovoid Function(DropDoneDetails). you can obtain urls byDropDoneDetails.urls. 
0.0.1 (2021/8/18) #
a file drop plugin for flutter desktop platforms.
- add Linux support.
 - add Windows support.
 - add macOS support.