Create a flutter project

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

flutter create --platforms=android,ios,web
project specific for android platform

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store