We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Just run it as you would run flutter project on your phone.
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 run build_runner clean flutter pub get
flutter clean
flutter pub cache repair
flutter pub run build_runner clean
flutter pub get
and you can start coding. Don't forget to check the Coding guidelines.