$ flutter create myapp
flutter create --org com.yourdomain your_app_name
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