New Flutter Project wizard not showing on Android Studio 3.0.1

前端 未结 18 2217
南笙
南笙 2020-12-13 12:58

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

18条回答
  •  隐瞒了意图╮
    2020-12-13 13:12

    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

提交回复
热议问题