Skip to content

Instructions for developers and testing

Guy Luz edited this page Oct 1, 2023 · 11 revisions

Testing the app

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

You can use demo mode instructions to test the app without setting up cbj Hub.

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 than the command above again

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

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