cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

How to access the file system? #347

Closed thejobsmarket closed 2 months ago

thejobsmarket commented 2 months ago

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?

temeddix commented 2 months ago

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.