flutterust icon indicating copy to clipboard operation
flutterust copied to clipboard

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

Open fzyzcjy opened this issue 3 years ago • 2 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?

fzyzcjy avatar Oct 15 '21 01:10 fzyzcjy

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 :) )

cryptopapi997 avatar Sep 17 '22 18:09 cryptopapi997

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

fzyzcjy avatar Sep 17 '22 23:09 fzyzcjy