Hacker News new | ask | show | jobs
by cageface 628 days ago
Flutter plus Rust is the same stack I’m using for my music app.

Thanks to the awesome flutter_rust_bridge it’s very easy to use them together and leverage both their strengths.

https://github.com/fzyzcjy/flutter_rust_bridge

1 comments

However, Rune uses `rinf`, and I prefer the architecture design of `rinf` as it organizes data communication more clearly :P
I actually started out with rinf and switched when they moved to that architecture. rinf makes sense if your data model lives in rust, which is not the case in my app.