Can I use Flutter on the Windows side and Rust on the WSL side? #1081
satvikpendem
started this conversation in
General
Replies: 1 comment 1 reply
-
Hmm flutter_rust_bridge invokes rust compilation during flutter compilation. So I am not sure, maybe possible, if you setup toolchain correctly? |
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
-
I usually use Rust on the WSL portion of Windows, but if my Flutter app is on the native Windows side, will the two still be able to communicate?
Beta Was this translation helpful? Give feedback.
All reactions