File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Run Build Ruuner
3+ command : " flutter pub run build_runner build --delete-conflicting-outputs"
4+ tags :
5+ - flutter
6+ description : Run build runner to generate code-gen for flutter project.
7+ source_url : " https://pub.dev/packages/build_runner"
8+ author : Birju Vachhani
9+ author_url : " https://github.com/BirjuVachhani"
10+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Run Build Ruuner Watch
3+ command : " flutter pub run build_runner watch --delete-conflicting-outputs"
4+ tags :
5+ - flutter
6+ description : Run build runner to generate code-gen for flutter project when files changes.
7+ source_url : " https://pub.dev/packages/build_runner"
8+ author : Birju Vachhani
9+ author_url : " https://github.com/BirjuVachhani"
10+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Clean Project
3+ command : " flutter clean && flutter pub get"
4+ tags :
5+ - flutter
6+ description : Cleans flutter project and gets dependencies to make project ready for a fresh run.
7+ source_url : " https://docs.flutter.dev/reference/flutter-cli"
8+ author : Birju Vachhani
9+ author_url : " https://github.com/BirjuVachhani"
10+ shells : []
You can’t perform that action at this time.
0 commit comments