desktop_drop 0.4.4 copy "desktop_drop: ^0.4.4" to clipboard
desktop_drop: ^0.4.4 copied to clipboard

A plugin which allows user dragging files to your flutter desktop applications.

Changelog #

0.4.4 #

0.4.3 #

  • fix windows build warning C4701

0.4.2 #

  • fix crash on Windows when app exit

0.4.1 #

  • [macOS] improve enumerateDraggingItems on macOS.

0.4.0 #

  • [Android] update to later version of kotlin(1.5.2). #155 by Cal Holloway
  • [macOS] Fix broken gestures when used with modified MainFlutterWindow. #162 by Josh Matthews

0.3.3 #

  • Fix dragging multiple files at once from Apple Music does not work well. #72

0.3.2 #

  • Fix non ascii characters path on linux. #53

0.3.1 #

  • Fix desktop_drop web lastModifiedDate. (Thanks Luigi Rosso)

0.3.0 #

** BREAK CHANGES**

  • replace DropDoneDetails property urls: List<Uri> to files: 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 #

  1. add android support. (preview)
  2. expose pointer coordinates.

BREAK CHANGE:

  1. Change onDragEntered,onDragExited and onDragUpdated callbacks signature from VoidCallback to void Function(DropEventDetails).
  2. Change DropDoneDetails from void Function(List<Uri>) to void Function(DropDoneDetails). you can obtain urls by DropDoneDetails.urls.

0.0.1 #

a file drop plugin for flutter desktop platforms.

  • add Linux support.
  • add Windows support.
  • add macOS support.
341
likes
130
pub points
98%
popularity

Publisher

verified publishermixin.dev

A plugin which allows user dragging files to your flutter desktop applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cross_file, flutter, flutter_web_plugins

More

Packages that depend on desktop_drop