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
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