Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flutter_dropzone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DropzoneView(
onLoaded: () => print('Zone loaded'),
onError: (String? ev) => print('Error: $ev'),
onHover: () => print('Zone hovered'),
onDropFile: (DropzoneFileInterface file) => print('Drop: ${file.webFile}'),
onDropFile: (DropzoneFileInterface file) => print('Drop: ${file.getNative()}'),
onDropString: (String s) => print('Drop: $s'),
onDropFiles: (List<DropzoneFileInterface> files) => print('Drop multiple: $files'),
onDropStrings: (List<String> strings) => print('Drop multiple: $strings'),
Expand Down Expand Up @@ -93,4 +93,4 @@ your Flutter for any reason.

If you like this package, please consider supporting it.

<a href="https://www.buymeacoffee.com/deakjahn" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Book" height="60" width="217"></a>
<a href="https://www.buymeacoffee.com/deakjahn" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Book" height="60" width="217"></a>