I use Eclipse for backend and Android Studio for work with Flutter.
Read moreCan I use Android Studio without SDK?
Android SDK is the prerequisite for building android apps, be it via native Kotlin, or other popular libraries like React Native and Flutter. Now I’ve been building apps using React Native for about 4 years now, and didn’t have any need for a full-fledged Android Studio IDE other than to install SDK(s) and emulator(s) .
Read moreIs Flutter a SDK or framework?
Flutter is Google’s open source technology for creating mobile, desktop, and web apps with a single codebase. Unlike other popular solutions, Flutter is not a framework or library; it’s a complete SDK – software development kit .
Read moreDo you need Android SDK 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 moreIs Android SDK needed for Flutter?
This installs the latest Android SDK, Android SDK Command-line Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android . Run flutter doctor to confirm that Flutter has located your installation of Android Studio.
Read moreDoes Android Studio support Flutter?
Android Studio offers a complete, integrated IDE experience for Flutter . Alternatively, you can also use IntelliJ: IntelliJ IDEA Community, version 2021.2 or later.
Read moreHow do I run a Visual Studio Flutter?
Installing Flutter in Visual Studio Code:
Read more