Steps to reproduce:
- Run on iOS
- Switch to Server mode
- Pick a directory where will host files.
file_picker package will returns a path like this:
/private/var/mobile/Containers/Data/Application/8B7FFB5C-AF4F-4ED6-9BFE-3BCB0BD76590/tmp/Share files
- Press on
Start hosting button
Actual result
That directory does not exist. So flow logic will fall to:
if(!dir.existsSync()) {
context.showSnackbar('Sharing path does not exist. Try again!');
return;
}
Steps to reproduce:
file_pickerpackage will returns a path like this:Start hostingbuttonActual result
That directory does not exist. So flow logic will fall to: