Skip to content

Commit 8cefdd5

Browse files
committed
(feat) add workflows for flutter
1 parent ef869d0 commit 8cefdd5

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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: []
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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: []
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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: []

0 commit comments

Comments
 (0)