79215083

Date: 2024-11-22 12:52:32
Score: 1.5
Natty:
Report link

Is there a way to let users select a folder using a file picker package in Flutter and provide the app with read and write access to that folder?

No. User can select folder to get or write data from/to the folder but the app won't get read and write access. If user's required to select folder every time, you don't need any permission

If you need to read/write data from/to external storage without user action, you can use Scoped Storage but app's access will be limited to app specific external storage folder.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (0.5):
Posted by: user27894462