New Flutter Project wizard not showing on Android Studio 3.0.1

前端 未结 18 2279
南笙
南笙 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:23

    My answer will be nearly same with @VickyBOSS but I'll upload screenshots of before and after ;)

    First and foremost Flutter and Dart plugins must be installed before.

    After installing these plugins you can check if it is ok or not with flutter doctor

    If you hadn't installed the plugins you would have this:

    Android Studio At first, I didn't see "Start a new Flutter project"

    After:

提交回复
热议问题