Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Last active July 31, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clairtonluz/23138d3fccd95b4ccb1dbfc932b39914 to your computer and use it in GitHub Desktop.
Save clairtonluz/23138d3fccd95b4ccb1dbfc932b39914 to your computer and use it in GitHub Desktop.
# flutter create --org <Seu Domínio invertido> <Nome do App>
# Exemplo
flutter create \
--org br.com.clairtonluz \ # domain
--androidx \ # create android project using androidx
-a kotlin \ # use kotlin language to android project (default: java)
-i swift \ # use swift language to iOS project (default: Objetive C)
firstapp # app name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment