Flutter - CLI New App
Create a New Application Create a new app flutter create todo or with an org flutter create --org run.cgrant todoTable Of Contents
Create a New Application
- Create a new app
flutter create todo
- or with an org
flutter create --org run.cgrant todo