Skip to content

Instructions for developers

Guy Luz edited this page Aug 1, 2022 · 2 revisions

For developing the app

Run

dart run build_runner watch --delete-conflicting-outputs --use-polling-watcher

If it does not work execute the following and then the command above again

dart pub cache repair dart pub get dart run build_runner clean

and you can start coding. Don't forget to check the Coding guidelines.

Clone this wiki locally