ivehement / saf

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.
https://pub.dev/packages/saf
MIT License
17 stars 19 forks source link

Is there a way to request write permission of specific files only? #30

Open Muzammil-Bit opened 9 months ago

Muzammil-Bit commented 9 months ago

I researched the documentation but couldn't find a way to just request permission for 1 or 2 or more files instead of the whole directory. Is there a way if not maybe there should be.

jvoltci commented 9 months ago

Yes. Currently, it does not support that. Please feel free to raise your request for your contribution if you'd like.