I installed Flutter following official document and also installed Flutter and Dart plugin on Android Studio.
But, I can\'t see File>New Flutter Project wizard on An
This worked for me.
Install Dart and Flutter manually from Plugins:
Got the same problem, fixed it by installing dart first using the plugin manager of android studio. Then install flutter plugin.
I have also same problem.but what can you do in that situation is Just create the project with command line :
flutter create your_app_name
Now open android studio and open that project. Hope this works well
3.This will work for all the AS , checked this on AS 3.4 also .
Update flutter using below command
flutter upgrade
and again create flutter application from android studio
Make sure you have flutter and dart installed, then enable Android apk support; this helped me