AndroidStudio cannot create flutter project

As of 20230213, I am using Android Studio Electric Eel | 2022.1.1 Patch 1

Creating a flutter project requires flutter and dart plug-ins. Of course, you also need to download and install the flutter environment and dart-sdk on your local machine for development.

Currently creating a new flutter project, unlike before, there are the following steps:

insert image description here
 

Steps now:

 

 

In this way, the flutter project can be created in two steps.

Special attention is: select the flutter below! ! ! Instead of choosing the Empty Project above, this empty will create Java, kotlin, go, and other language projects by default instead of flutter. You can choose the platform you need to compile according to your needs, such as iOS, Android, etc. Flutter can support multiple platforms.

Guess you like

Origin blog.csdn.net/Goals1989/article/details/129005451