Skip to content

Instructions for developers and testing

Guy Luz edited this page Jan 23, 2021 · 11 revisions

Testing the app

Just run it as you would run flutter project on your phone.

For developing the app

Run

flutter pub run build_runner watch --delete-conflicting-outputs

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

flutter clean flutter pub cache repair flutter pub get flutter pub run build_runner clean

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

Clone this wiki locally