Nice... What are you building the app with then? Tauri?
Discussion
Flutter
I thought that was Dart
Yea the UI will be Dart (Flutter) and all the native code will be Rust
Do you mean that you compile Rust and Dart and Flutter runtime into the same binary and can ship both iOS and Android apps?
Its a flutter app with some rust libs and FFI bindings and it works on all platforms (as long as you made cross-platform libs)
I didn't realize you could do that with Flutter