Flutter - CLI New App

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

Table Of Contents

Create a New Application

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