flutter-rust-ffi icon indicating copy to clipboard operation
flutter-rust-ffi copied to clipboard

Calling dart/flutter functions from Rust

Open tbraun96 opened this issue 4 years ago • 1 comments

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

tbraun96 avatar Jan 29 '21 19:01 tbraun96

According to Alibaba's article, it is possible. It is in Chinese only, and you need to translate it. https://juejin.cn/post/6954285231398453279

ZhaoJieMin avatar Sep 24 '21 15:09 ZhaoJieMin