This file is a WIP.
- Flutter
- Melos
dart pub global activate melos- Run
melos bsin the project root once installed
- rustup
- Run
cargo build -rin the project root once installed- Needed for the Dart tests to run
- Run
- To build the Flutter binaries (which you only need to do if you choose to run Flutter integration tests locally):
- macOS (at least for
build-apple.sh) - Android NDK
- NDK version 25 (
r25b)
- NDK version 25 (
- Zig
- llvm (with
clang-cl!)- Need to run
brew install llvmon macOS since Apple's doesn't have it
- Need to run
- macOS (at least for