New Flutter Project wizard not showing on Android Studio 3.0.1

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

    This worked for me.

    Install Dart and Flutter manually from Plugins:

    • Open Plugins (For Mac: Configure -> Plugins OR Android Studio -> Preferences -> Plugins)
    • Search for Dart -> Search in repositories -> Install -> Restart Android studio
    • Search for Flutter -> Search in repositories -> Install -> Restart Android Studio

提交回复
热议问题