File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,19 @@ This project serves as a template project for Flutter applications. You can gene
19
19
` ` `
20
20
21
21
> [! IMPORTANT]
22
- > ⚠️ ** Running the Production Flavor**
22
+ > ⚠️ ** Running the Production Flavor**
23
23
>
24
- > It is ** not recommended** to run the production flavor directly from the IDE
25
- >( VS Code or Android Studio) as it may be run by mistake. For ease and > accuracy,
26
- > it is advised to run flavors via the ** VS Code launch menu** or the ** Android
27
- > Studio Run menu** instead.
24
+ > It is ** not recommended** to run the production flavor directly from the IDE
25
+ > (VS Code or Android Studio) as it may be run by mistake. For ease and
26
+ > accuracy,
27
+ > it is advised to run flavors via the ** VS Code launch menu** or the
28
+ > ** Android Studio Run menu** instead.
28
29
>
29
- > To use the build runner, use this command:
30
+ > To use the build runner, use this command:
30
31
>
31
- > ` ` ` sh
32
- > dart run build_runner build --delete-conflicting-outputs
33
- > ` ` `
32
+ > ` ` ` sh
33
+ > dart run build_runner build --delete-conflicting-outputs
34
+ > ` ` `
34
35
35
36
# # 🌲 Branches
36
37
You can’t perform that action at this time.
0 commit comments