Creating projects
Read moreWhich is better for Flutter Android Studio or VS Code?
Both the IDE are really good. But Android Studio takes more time to open and it also consume more memory than VS Code . If you are beginner then go for Android Studio but after some time you can shift to VS code.
Read moreIs Android Studio necessary for flutter?
It is not neccessary, but advised to install Android Studio for Flutter . It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK. You can definitely install and run flutter without Android Studio (you can also use Visual Studio).
Read moreCan I use IntelliJ for flutter?
Using the Flutter inspector, directly available in Android Studio and IntelliJ .
Read more