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

outdated

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

Changelog #

0.1.1 (2021/11/8) #

update plugin description.

0.1.0 (2021/9/2) #

  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 (2021/8/18) #

a file drop plugin for flutter desktop platforms.

  • add Linux support.
  • add Windows support.
  • add macOS support.
381
likes
0
pub points
98%
popularity

Publisher

verified publishermixin.dev

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on desktop_drop