- core logic in
./rust - interop functions and types under
./rust/api - flutter abstractions in
./lib
- rust obviously
- install flutter 3.29 (should prob work for any recent version tho) from https://docs.flutter.dev/install/archive
- if you change anything related to the rust interop with flutter you'd need to install
flutter_rust_bridgeand runflutter_rust_bridge_codegen generate
cd ./example && flutter runyou'd need to use the desktop variant when prompted (not the web one).