diff --git a/pages/common/flutter.md b/pages/common/flutter.md index f8fc0b32a5..ec4d229104 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -3,9 +3,9 @@ > Google's free, open source, and cross-platform mobile app SDK. > More information: . -- 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}}`