-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
await never resolves if user didn't pick a file
Print statement will not get executed if user closes the picker dialog, also no error is thrown
Future fun()async{
final files = await _dropzoneController?.pickFiles();
print("reached here");
}
cc: @deakjahn
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels