shekohex / flutterust

Flutter + Rust = :heart:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make flutterust automatically generate high-level memory-safe binding between Dart and Rust via flutter_rust_bridge

fzyzcjy opened this issue · comments

Hi, thanks for the starter template! With flutter_rust_bridge, this template can generate high-level memory-safe bindings automatically. Thus, maybe this can be integrated into this template?

I think the problem there is that this template allows for actual async parralel execution with tokio in rust, which flutter_rust_bridge does not (at least according to its documentation and my attempts, would be very happy if you can correct me :) )

Aha yes, but you are welcomed to make a PR to make it really work!