Save file to accesible place in flutter

Viewed 29

i have a question, I am making an android application which uses a .txt file. The path i use to save the file is via the path_provider:

Directory directory = await getApplicationDocumentsDirectory();

On my computer when i run the program, i can see the file and open it, however, when i run the application on my phone or tablet, i cannot seem to find the file. So, my question is, is there a way to save the file to a place that the user can find in its device?

Thanks a lot

0 Answers
Related