cmd create flutter project getx code example
Example 1: flutter create command
flutter create --org com.yourdomain your_app_name
Example 2: make new flutter project
flutter create -i swift -a kotlin --org com.yourdomain app_name
flutter create --org com.yourdomain your_app_name
flutter create -i swift -a kotlin --org com.yourdomain app_name