access to assets #1230
Answered
by
fzyzcjy
igor-yusupov
asked this question in
Q&A
access to assets
#1230
-
|
How can I access the assets files from Rust? I know I can save these files to a temporary directory through path_provider, but can I access them immediately? |
Beta Was this translation helpful? Give feedback.
Answered by
fzyzcjy
May 28, 2023
Replies: 1 comment
-
This is more like a general Flutter question. Indeed, if you can access them using C code or Java/ObjC code, then I guess there is a way to do so in Rust. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igor-yusupov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more like a general Flutter question. Indeed, if you can access them using C code or Java/ObjC code, then I guess there is a way to do so in Rust.