Search code examples
androidflutterdartpermissions

Flutter Android folder permission


I'm currently using the permissions package from pub.dev. I see that it doesn't have a permission that I'm looking for. I'm wondering if there's a permission where I can ask the user for access to the /Music folder of the Android device so I can read and write files inside it. Right now I am using the manageExternalStorage permission, which I don't like very much.


Solution

  • Turns out that file_picker had what I needed, I just need to get the user to pick a directory and it tells the user that the app will be able to access the folder.