xxxxxxxxxx
flutter create --org com.yourdomain your_app_name
If you want a more advanced template (with a ListView
/ DetailView / Settings / Theme switch) that follows community
best practices run the below command (only since the Flutter 2.5 version):
flutter create --org com.yourdomain -t skeleton your_app_name