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 emulator necessary for Android Studio?
The Android Emulator simulates Android devices on your computer so that you can test your application on a variety of devices and Android API levels without needing to have each physical device . The emulator provides almost all of the capabilities of a real Android device.
Read moreHow can I install flutter in Android Studio?
Install the Flutter and Dart Plugins – Android Studio
Read moreWhat is Microsoft Flutter?
Flutter is a cross-platform development tool that can also target Android, iOS, Linux, and the web . Multiple teams from Microsoft worked together with Google to help Flutter support Windows.3 Şub 2022
Read moreHow do I run a flutter app on my Mac Android?
Set up and deploy Flutter apps on your Android device
Read moreHow do I add desktop support to Flutter?
Adding desktop support to a pre-existing Flutter app flutter create . This will add the new desktop platform directory to your existing project so that you can build for it. If you want to add only specific desktop platforms, use the following command: flutter create –platforms =windows,macos,linux .
Read moreHow do I add an environment variable in flutter?
If you wish to run Flutter commands in the regular Windows console, take these steps to add Flutter to the PATH environment variable:
Read more