File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/content/platform-integration/web Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ and run your Flutter app.
42
42
43
43
## Run your app
44
44
45
+ See the following sections to run your app.
46
+
47
+ ### Run your app from the command line
48
+
45
49
Select [ Chrome] [ ] as your app's target device to run and debug
46
50
a Flutter web app:
47
51
@@ -120,8 +124,6 @@ The feature is only available if Flutter is detected
120
124
in the running application. You can begin a hot reloadable
121
125
session by selecting a sample app provided by DartPad.
122
126
123
- :::
124
-
125
127
[ Hot restart ] : /tools/hot-reload
126
128
[ How to switch channels ] : /install/upgrade#switching-flutter-channels
127
129
[ `launch.json` file ] : https://code.visualstudio.com/docs/debugtest/debugging-configuration
@@ -130,6 +132,10 @@ session by selecting a sample app provided by DartPad.
130
132
131
133
## Build your app
132
134
135
+ See the following sections to build your app.
136
+
137
+ ### Build your app from the command line
138
+
133
139
Run the following command to generate a release build:
134
140
135
141
``` console
You can’t perform that action at this time.
0 commit comments