How to access the file system? #348
Replies: 4 comments
-
Hi @thejobsmarket :) Are you using iOS or macOS? If so, you might need to set your Flutter app's permissions. Below disucssions might be able to help you out. |
Beta Was this translation helpful? Give feedback.
-
I am running Android and this simple test code:
I/flutter (32666): A panic occurred in Rust. |
Beta Was this translation helpful? Give feedback.
-
As you mentioned in the issue, it would be helpful to prepare an example Flutter app to reproduce the problem. Would you provide a link to a sample repo if you don't mind? |
Beta Was this translation helpful? Give feedback.
-
This post explains all the permission details very well, it should be the key. |
Beta Was this translation helpful? Give feedback.
-
I am trying to read the directory I am in but I get permission denied (os error 13) and it seems like the file system is read only and not even browseable. Is there to provide access to some directories similar to assets in flutter?
Beta Was this translation helpful? Give feedback.
All reactions