1
0
Fork 0
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:
hellojukay 2022-10-21 11:25:25 +08:00 committed by GitHub
parent 41531ff289
commit cd1c2fadb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`