'Can I write/read data in application directory in flutter iOS?

  1. Is there anything else on iOS like getExternalStorageDirectory() ?

  2. Is it getApplicationDocumentsDirectory() ?

  3. If so, can the user access it?

  4. The files in getApplicationDocumentsDirectory() can be shown as a list in the flutter iOS app?



Solution 1:[1]

use the path package, supported on all main os

https://pub.dev/packages/path

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