Show HN: Rust GUI Library via Flutter

Hi, I made a bridge (https://github.com/fzyzcjy/flutter_rust_bridge v2.0.0) between Flutter and Rust, which auto translates syntaxes like arbitrary types, &mut, async, traits, results, closure (callback), lifetimes, etc. The goal is to make a bridge between the two, seamlessly as if working in one single language.

Then, as an example, I showed how to write Rust applications with GUI by utilizing Flutter. That is discussed in the

6mo | Hacker news

Search