how to create first project in flutter code example
Example 1: flutter create new project
$ flutter create my_app
$ cd my_app
$ flutter analyze
$ flutter test
$ flutter run lib/main.dart
Example 2: how to create flutter project in terminal
$ flutter create myapp
Example 3: make new flutter project
flutter create -i swift -a kotlin --org com.yourdomain app_name