Replies: 1 comment 1 reply
-
|
Hi, you can read/write files on the various directories that an app is allowed to use. For example: https://docs.flutter.dev/cookbook/persistence/reading-writing-files. One way is to get that dir path and pass to rust, another way is to find some crate (or write some functions) in rust to get that dir |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to save data like user configurations to the local storage, or disk? Conventionally, in a pure Rust program, I can read file without an issue, but I don't know how to do this on an mobile app. I can't tell where the file is stored.
I searched the discussions, issues and the document, but I did not find relevant contents. Is that just me?
Anyone made this work and would like to share about it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions