This file is a WIP.
- Flutter
- Melos
dart pub global activate melos
- Run
melos bs
in the project root once installed
- rustup
- Run
cargo build -r
in 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 llvm
on macOS since Apple's doesn't have it
- Need to run
- macOS (at least for