desktop_drop 0.3.1 desktop_drop: ^0.3.1 copied to clipboard
A plugin which allows user dragging files to your flutter desktop applications.
Changelog #
0.3.1 #
- Fix desktop_drop web lastModifiedDate. (Thanks Luigi Rosso)
0.3.0 #
** BREAK CHANGES**
- replace DropDoneDetails property
urls: List<Uri>
tofiles: List<XFile>
. which is more general.
0.2.0 #
Add web support
0.1.2 #
[Linux] Fix do not work on Wayland.
0.1.1 #
update plugin description.
0.1.0 #
- add android support. (preview)
- expose pointer coordinates.
BREAK CHANGE:
- Change
onDragEntered
,onDragExited
andonDragUpdated
callbacks signature fromVoidCallback
tovoid Function(DropEventDetails)
. - Change
DropDoneDetails
fromvoid Function(List<Uri>)
tovoid Function(DropDoneDetails)
. you can obtain urls byDropDoneDetails.urls
.
0.0.1 #
a file drop plugin for flutter desktop platforms.
- add Linux support.
- add Windows support.
- add macOS support.