Can't create new flutter project from intellij
See original GitHub issueSteps to Reproduce
I’m using,
- IntelliJ 2020.3.2
- Dart plugin 203.6912
- Flutter plugin 53.0.5
and I can’t create a new project.
When I clicked ‘Finish’, below popup came out:
But not sure if this is issue on flutter-intellij or intellij.
Version info
Please paste the output of running flutter doctor -v
here (available from the command
line or from Tools > Flutter > Flutter Doctor
). It will provide the version of the
Flutter framework as well as of the IntelliJ plugin.
❯❯❯ flutter doctor -v
[✓] Flutter (Channel stable, 1.22.6, on Mac OS X 10.15.7 19H15 darwin-x64, locale ko-KR)
• Flutter version 1.22.6 at /usr/local/Caskroom/flutter/1.22.5/flutter
• Framework revision 9b2d32b605 (13 days ago), 2021-01-22 14:36:39 -0800
• Engine revision 2f0af37152
• Dart version 2.10.5
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/XXXXXX/Library/Android/sdk
• Platform android-30, build-tools 30.0.2
• ANDROID_HOME = /Users/XXXXXX/Library/Android/sdk
• ANDROID_SDK_ROOT = /Users/XXXXXX/Library/Android/sdk
• Java binary at: /Users/XXXXXX/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/193.6626763/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 12.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.4, Build version 12D4e
• CocoaPods version 1.10.0
[!] Android Studio (version 4.0)
• Android Studio at /Users/XXXXXX/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/193.6626763/Android Studio.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[!] IntelliJ IDEA Ultimate Edition (version 2020.3.2)
• IntelliJ at /Users/XXXXXX/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.dev/intellij-setup/#installing-the-plugins
[!] VS Code (version 1.52.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
✗ Flutter extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (1 available)
• iPhone 12 Pro Max (mobile) • 5CBDB961-71C7-4AB3-A2D8-47A69B36E9FE • ios • com.apple.CoreSimulator.SimRuntime.iOS-14-4 (simulator)
! Doctor found issues in 4 categories.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How do I create a flutter project despite the error "At least one ...
Open IntelliJ · Go to Settings · Click on Plugins · Click on Settings icon at the right corner of navbar · Click...
Read more >Android Studio and IntelliJ - Flutter documentation
In the IDE, click Create New Project from the Welcome window or File > New > Project from the main IDE window. ·...
Read more >Error while trying to create a new dart file.
1 - Create a mvn project and create a new (normal) file with extension .dart 2 - Then install plugins will appear
Read more >Flutter SDK setup in IntelliJ IDEA on Windows 10 - YouTube
Hello Friends, In this tutorial, we will learn the following things:1) Flutter SDK setup on IntelliJ IDEA by Jet Brain (windows 10)2) AVD ......
Read more >Can't run flutter project on android device with IntelliJ-Flutter
[Solved]-Can't run flutter project on android device with IntelliJ-Flutter ... 1 - Your flutter sdk is may be some old version. Run flutter...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cc @stevemessick
I’m with the same problem! How can I fix that ?