jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
590 stars 171 forks source link

get create project - by default kotlin/swift #38

Open naseeem opened 3 years ago

naseeem commented 3 years ago

would be nice to be able to select project language kotlin or java for android and swift or objc for IOS, like flutter do "flutter create -a java -i swift"

workaround: 1-run "flutter create -i swift -a java --org com.example project_name" 2-run "get init"

CpdnCristiano commented 3 years ago

will be implementing soon.