Self explanatory. Although this might only be possible on Android.
I think it's also possible on iOS and would allow to download a file and save it to the user's picked folder, without any permission needed
@Nico04 let me know if you can reproduce a use case for this on iOS as I wasn't able to achieve so.
not sure what the problem is, but if I understand it correctly, you can simply use the document picker with file type folder: https://github.com/hpoul/file_picker_writable/blob/e797b3e0568133622ec5a0a59b84ec480515e8e3/ios/Classes/SwiftFilePickerWritablePlugin.swift#L157

@hpoul pro tip! Didn't know that. That makes it quite easier to add this on file_picker. I'll do so then. Thank you!
@hpoul pro tip! Didn't know that. That makes it quite easier to add this on file_picker. I'll do so then. Thank you!
@miguelpruivo Thank you for file_picker. Is picking folders feature being implemented?
@gitboss yes, it is, expect it for this week.
As promised, directory picking is now supported on 1.10.0 with getDirectoryPath(). 馃帀
Some side notes:
getDirectoryPath() won't simply work and throw an error.With all that said, just let me know if you experience any issue related to it and fill a new issue.
Thank you!
Most helpful comment
@gitboss yes, it is, expect it for this week.