We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
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.