Flutter - CLI New App

January 1, 0001
cgrant

Create a New Application

  • Create a new app
flutter create todo
  • or with an org
flutter create --org run.cgrant todo