Skip to content

Commit 630f359

Browse files
authored
added new commands to run app
with new gradle build script
1 parent 8039eea commit 630f359

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ flutter pub get
3838
5. Run the app:
3939

4040
```bash
41-
flutter run
41+
flutter run --flavor production
42+
```
43+
Also Check if it's working with nightly with
44+
```bash
45+
flutter run --flavor nightly
4246
```
4347

4448
### Check out the app

0 commit comments

Comments
 (0)