简体   繁体   中英

How can I open a new flutter project on Android Studio?

I am new to flutter and android studio and have been following a tutorial on creating flutter apps. However, I am not able to create a new flutter project but I am unable to find the button to create the new project. Do I have to install anything else? Thank you so much in advance.

[Android Studio main screen] 2

Only Android Studio 3.2 allow to create project in direct.

So you can create it with Intellij Idea or command flutter create project_name

  • First, Go to 'Configure',
  • there tap 'Plugins'.
  • Find and download Flutter and Dart plugins. Now you should have that 'create new Flutter Project' button. You're welcome.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM