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