Anecdotally, I would say that Visual Studio Code (VS Code) is the most popular IDE in use in the Flutter landscape today.
Read moreHow do I install the Flutter?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin .
Read moreHow do I run a Flutter in IntelliJ?
Quick-start
Read moreHow do you start a flutter dart?
Step 1: Create the starter Flutter app
Read moreHow do you set a flutter path?
Restart Android Studio and now you will be able to see an option called start flutter project. Click on start flutter project and then select Flutter Application from the first window and click next. Give a project name and then for the flutter SDK path give the git repo path and click next.
Read moreIs there a Flutter IDE?
Android Studio offers a complete, integrated IDE experience for Flutter. Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2017.1 or later.
Read moreCan I run Flutter on IntelliJ?
Using the Flutter inspector, directly available in Android Studio and IntelliJ .
Read more