flutter_native_drag_n_drop 1.2.0 copy "flutter_native_drag_n_drop: ^1.2.0" to clipboard
flutter_native_drag_n_drop: ^1.2.0 copied to clipboard

outdated

A flutter plugin to support the native drag and drop.

1.0.0 #

  • drag & drop files (currently just one file) out of application or in another application (e.g Mail app)
  • drag & drop data within application
  • show progress indicator in Finder (MacOS) when download large files

1.1.0 #

  • add new class NativeDragFileItem

1.2.0 #

  • support drag & drop with multiple files
  • some API changes