$ flutter create myapp
flutter create my_app $ cd my_app $ flutter analyze $ flutter test $ flutter run lib/main.dart
flutter create first_app In order to run your application, type: cd first_app flutter run