File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ The `flutter` command-line tool is how developers (or IDEs on behalf of
88developers) interact with Flutter. For Dart related commands,
99you can use the [ ` dart ` ] [ ] command-line tool.
1010
11- Here's how you might use the ` flutter ` tool to create, analyze, test, and run an
12- app:
11+ Here's how you might use the ` flutter ` tool to create, analyze, test,
12+ and run an app:
1313
1414``` console
1515$ flutter create my_app
@@ -50,7 +50,7 @@ The following table shows which commands you can use with the `flutter` tool:
5050| assemble | ` flutter assemble -o <DIRECTORY> ` | Assemble and build flutter resources. |
5151| attach | ` flutter attach -d <DEVICE_ID> ` | Attach to a running application. |
5252| bash-completion | ` flutter bash-completion ` | Output command line shell completion setup scripts. |
53- | build | ` flutter build <DIRECTORY > ` | Flutter build commands . |
53+ | build | ` flutter build <BUILD_TARGET > ` | Build a target-specific bundle. . |
5454| channel | ` flutter channel <CHANNEL_NAME> ` | List or switch flutter channels. |
5555| clean | ` flutter clean ` | Delete the ` build/ ` and ` .dart_tool/ ` directories. |
5656| config | ` flutter config --build-dir=<DIRECTORY> ` | Configure Flutter settings. To remove a setting, configure it to an empty string. |
You can’t perform that action at this time.
0 commit comments