Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (17 loc) · 794 Bytes

Contributing

This file is a WIP.

Dependencies

  • 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
  • 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)
    • Zig
    • llvm (with clang-cl!)
      • Need to run brew install llvm on macOS since Apple's doesn't have it