Skip to content

Commit c68c01a

Browse files
authored
Update building.md
Small changes.
1 parent de1c0e7 commit c68c01a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/content/platform-integration/web/building.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ and run your Flutter app.
4242

4343
## Run your app
4444

45+
See the following sections to run your app.
46+
47+
### Run your app from the command line
48+
4549
Select [Chrome][] as your app's target device to run and debug
4650
a Flutter web app:
4751

@@ -120,8 +124,6 @@ The feature is only available if Flutter is detected
120124
in the running application. You can begin a hot reloadable
121125
session by selecting a sample app provided by DartPad.
122126

123-
:::
124-
125127
[Hot restart]: /tools/hot-reload
126128
[How to switch channels]: /install/upgrade#switching-flutter-channels
127129
[`launch.json` file]: https://code.visualstudio.com/docs/debugtest/debugging-configuration
@@ -130,6 +132,10 @@ session by selecting a sample app provided by DartPad.
130132

131133
## Build your app
132134

135+
See the following sections to build your app.
136+
137+
### Build your app from the command line
138+
133139
Run the following command to generate a release build:
134140

135141
```console

0 commit comments

Comments
 (0)