flutter-rust-ffi
flutter-rust-ffi copied to clipboard
Calling dart/flutter functions from Rust
Is it possible to call flutter functions from Rust? I know it's possible when using JNI-rust (by interacting with JniEnv methods), but I'm not sure if it's possible in the dart/flutter context
According to Alibaba's article, it is possible. It is in Chinese only, and you need to translate it. https://juejin.cn/post/6954285231398453279