drop_zone
A simple way to bring drag’n’drop to flutter web.
drop_zone is commonly used for file choosing by dragging and dropping a file(s) onto a designated widget. The user can then use the dropped html file(s).
Example
An example can be found in the example directory of this repository.
How to use
Add drop_zone
to pubspec.yaml
of your project:
Add necessary imports and wrap any widget with DropZone()
to use it as a dropzone: