Create a flutter project
Jun 12, 2022
In this blog let use see how can we create a new Flutter project using Terminal.
Step1: Open Terminal
flutter create <project_name>
Step2: Press enter
Flags used with the flutter create command
flutter create --platforms=android,ios,web