Home > Software engineering >  No option to create New Flutter Project on Android Studio
No option to create New Flutter Project on Android Studio

Time:03-04

enter image description here

You must install to flutter from this page.

CodePudding user response:

if you want to create a new flutter project open up the terminal and write inside of the folder where you want to create the project:

flutter create nameoftheproject
  • Related