New Flutter Project wizard not showing on Android Studio 3.0.1

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

    How to set flutter wizard in Android Studio 3.0

    1. File > Close Project
    2. Configure > Check for Updates
    3. You will find Flutter and Dart updates. Update and Restart. Downloading Patch.
    4. File > New Flutter Project or Select new Flutter Project.

    Hope your problem resolved. Happy Codings!!

    0 讨论(0)
  • 2020-12-13 13:21

    Even if you have done everything here,it may not work if you have Android Studio 4.x or canary It works only in lower version

    0 讨论(0)
  • 2020-12-13 13:22

    Had the same problem. Check-in Android Studio if the Dart and Flutter plugins are both installed and marked with a lock symbol in Preferences --> Plugins.

    Anyway, the following procedure helped me:

    1. uninstall the Flutter plugin
    2. restart Android Studio.
    3. uninstall the Dart plugin
    4. restart Android Studio again which seemed important to do
    5. install the Dart plugin again
    6. restart Android Studio although it is annoying
    7. install the Flutter plugin again
    8. and guess: restart Android Studio

    After the last restart I saw the success message:

    I assume we both installed both plugins without restarting after Dart.

    0 讨论(0)
  • 2020-12-13 13:23

    I also faced it but soon I solved it

    I simply install flutter and dart plugins and restarted Android Studio.

    After restarting I noticed that there is no Wizard for creating flutter apps. But soon I realized that I have disabled some plugins ( Android Studio's default plugins ) so I enabled all plugins and restarted Android Studio again and BOOM! Now there is a wizard for Creating Flutter Apps.

    Hope this helps you !

    0 讨论(0)
  • 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:

    0 讨论(0)
  • 2020-12-13 13:23
    1. Uninstall Flutter and Dart plugin

    2. Restart Android Studio

    3. Install Flutter Plugin (it will prompt you to install Dart plugin as well. Accept it)

    4. Restart Android Studio

    Also, reminder to check whether the plugin is enabled or not. Go to Preferences -> Plugins -> Flutter/Dart. Although, it's enabled by default, you may have had to disable it at some point in the past. In that case, just enable it from Preferences -> Plugin -> Flutter/Dart if you want to.

    0 讨论(0)
提交回复
热议问题