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

View File

@@ -3,9 +3,9 @@
> Google's free, open source, and cross-platform mobile app SDK. > Google's free, open source, and cross-platform mobile app SDK.
> More information: <https://github.com/flutter/flutter/wiki/The-flutter-tool>. > 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: - Check if all external tools are correctly installed:
@@ -30,3 +30,7 @@
- Build a release APK targeting most modern smartphones: - Build a release APK targeting most modern smartphones:
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}` `flutter build apk --target-platform {{android-arm}},{{android-arm64}}`
- Display help about a specific command:
`flutter help {{command}}`