how to create flutter android project which is not androidx in command line code example
Example 1: flutter create command
flutter create --org com.yourdomain your_app_name
Example 2: flutter android x
android.useAndroidX=true
android.enableJetifier=true