mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
flutter: add create example (#9200)
This commit is contained in:
parent
41531ff289
commit
cd1c2fadb5
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
> Google's free, open source, and cross-platform mobile app SDK.
|
||||
> More information: <https://github.com/flutter/flutter/wiki/The-flutter-tool>.
|
||||
|
||||
- Display help about a specific command:
|
||||
- Initialize a new Flutter project in a directory of the same name:
|
||||
|
||||
`flutter help {{command}}`
|
||||
`flutter create {{project_name}}`
|
||||
|
||||
- Check if all external tools are correctly installed:
|
||||
|
||||
|
@ -30,3 +30,7 @@
|
|||
- Build a release APK targeting most modern smartphones:
|
||||
|
||||
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}`
|
||||
|
||||
- Display help about a specific command:
|
||||
|
||||
`flutter help {{command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue