creating a new flutter app code example
Example 1: flutter create new app
flutter create myapp
Example 2: make new flutter project
flutter create -i swift -a kotlin --org com.yourdomain app_name
flutter create myapp
flutter create -i swift -a kotlin --org com.yourdomain app_name