Flutter Create - Writing custom platform with specific code (Flutter Create New Project with Custom Platform)

To create a specific code for example new project with swift for ios, and java for android. Try this command, type :
  • flutter create --org com.tanyaid -i swift -a kotlin project_name (enter) or
  • flutter create --org com.tanyaid -i objc -a java project_name (enter)

Source : read documentation

Comments