flutter create --org com.yourdomain your_app_name
flutter create first_app In order to run your application, type: cd first_app flutter run