'Can I write/read data in application directory in flutter iOS?
Is there anything else on iOS like
getExternalStorageDirectory()?Is it
getApplicationDocumentsDirectory()?If so, can the user access it?
The files in
getApplicationDocumentsDirectory()can be shown as a list in the flutter iOS app?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | mister_cool_beans |
