dartflutterandroid-studio-3.0

New Flutter Project wizard not showing on Android Studio 3.0.1


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 Android Studio 3.0.1

I run "flutter doctor" command. See the below output.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.1.5, on Mac OS X 10.13.3 17D102, locale en-TR)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.0)
[✓] IntelliJ IDEA Community Edition (version 2017.3.3)
[!] Connected devices
    ! No devices available

! Doctor found issues in 1 category.

Solution

  • 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:

    success notification of flutter

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