'No option to create New Flutter Project on Android Studio

enter image description here

I've already installed Flutter and Dart in my plugins but I can't seem to find the wizard to create new flutter project



Solution 1:[1]

For me, a recent update in the plugins disabled them in Android Studio last week. After updating Android Studio to BumbleBee (2021.1), the plugins enabled themselves again and I could create Flutter projects as usual.

The button to check for updates should be in

File --> Settings --> Appearance & Behavior --> System Settings --> Updates

Solution 2:[2]

enter image description here

You must install to flutter from this page.

Solution 3:[3]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 fravolt
Solution 2 ege men
Solution 3