creating new flutter app code example
Example 1: flutter create command
flutter create --org com.yourdomain your_app_name
Example 2: flutter create
flutter create -i swift -a kotlin your_gibrid_project_name
flutter create --org com.yourdomain your_app_name
flutter create -i swift -a kotlin your_gibrid_project_name