Unable to create new file outside of Documents folder with Flutter
I'm trying to create a new JSON file generated by my Flutter application and I wanna let the user to choose where to store this file. I'm currently using file_picker package to let the user to choose the path to…