diff --git a/flutter_dropzone/README.md b/flutter_dropzone/README.md index 71353a7..c86de4d 100644 --- a/flutter_dropzone/README.md +++ b/flutter_dropzone/README.md @@ -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 files) => print('Drop multiple: $files'), onDropStrings: (List strings) => print('Drop multiple: $strings'), @@ -93,4 +93,4 @@ your Flutter for any reason. If you like this package, please consider supporting it. -Buy Me A Book \ No newline at end of file +Buy Me A Book