Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

58 lines (42 loc) · 1.37 KB

Contributing to the project

requirements

Packages:

  • dart
  • flutter
  • fvm >= 3.0.0
  • swiftformat
  • ktlint
  • Xcode >= 15.3 with Swift >= 5.10
dart pub global activate melos
dart pub global activate very_good_cli
dart pub global activate coverde

important commands

# bootstrap the project, install dependencies, and link packages
melos bootstrap

# generate platform code
melos run generate:pigeon

# generate test mocks
melos run generate:mocks

# run tests
melos run test

# run sample app
melos run run:example -- -d sdk     # android
melos run run:example -- -d IPhone  # ios

# setup a clean local environment
./setup_environment.sh

resources

sourcepoint

tooling