flutter_native_drag_n_drop 1.2.3
flutter_native_drag_n_drop: ^1.2.3 copied to clipboard
A flutter plugin to support the native drag and drop, especially to drag files (only files) out of the application boundary.
1.2.3 #
- export events + listeners via singleton
- add dartdoc comments
1.2.2 #
- fix RenderBoxError during didUpdateWidget()
1.2.1 #
- update example project & add usage example in readme.md
1.2.0 #
- support drag & drop with multiple files
- some API changes
1.1.0 #
- add new class
NativeDragFileItem
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