New Flutter Project wizard not showing on Android Studio 3.0.1

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

    Update flutter using below command

    flutter upgrade

    and again create flutter application from android studio

提交回复
热议问题