Using Flutter Rust bridge in 2023
Flutter Rust bridge is super useful project that allows you to call Rust code from Flutter. Instead of manually writing FFI methods and type conversions, bridge will generate all that glue code for you.
Source: Using Flutter Rust bridge in 2023, an article by Roman Zaynetdinov.