Select Flutter Application and click on Next, it will open Configure the new Flutter application. In Project name enter the name of the project, which should go in the lowercase_with_underscores. In Flutter SDK path enter C:\flutter . In Project location enter the location where you want to create the project .
Read moreHow do I fix Flutter plugin and Dart plugin not installed?
Solution that worked for me:
Read moreHow do I install Flutter and Dart plugins?
Install the Flutter and Dart plugins
Read moreCan I develop Android app using IntelliJ IDEA?
IntelliJ IDEA is one of the popular IDE that is used for developing android applications .
Read moreShould I install IntelliJ or Android Studio?
Android Studio is self-contained for Android projects. If you’re going to be doing significant plain Java development, you may prefer to use IntelliJ , becuase Android Studio is in many ways tuned to doing Android development, and could be restrictive for other types of projects.
Read moreIs Android Studio good for Flutter?
With Flutter, you can create the best cross-platform apps available on the market. Both have pros and cons that are unique to themselves. Although Android Studio is a fantastic tool, the Hot Load functionality of flutter makes it superior to Android Studio in many ways .
Read moreHow do I add plugins to Flutter?
Install the Flutter and Dart plugins
Read more