create app flutter code example
Example 1: flutter create project command
flutter create --androidx -t app --org com.companyname.packagename -a kotlin -i swift myapp
Example 2: flutter create
flutter create -i swift -a kotlin your_gibrid_project_name