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 we install flutter in D drive?
Step 2: Next, to download the latest Flutter SDK, click on the Windows icon. Here, you will find the download link for SDK. Step 3: When your download is complete, extract the zip file and place it in the desired installation folder or location, for example, D: /Flutter .
Read moreHow do I install a specific version of a flutter?
There are 2 different ways: flutter channel <branch> (example: flutter channel stable )
Read moreHow do I open my Flutter SDK?
Get the Flutter SDK From the Start search bar, enter ‘env’ and select “Edit environment variables for your account”. Under User variable check an entry called Path. Under Path click on the new tab and append the full path to flutter/bin. (Your full path should be like C:/src/flutter/bin).
Read moreWhere is the path of Flutter SDK in Windows?
How to find the path of Flutter SDK?
Read moreHow do I update my Path for flutter Mac?
“add flutter to path mac permanently” Code Answer
Read moreHow do I update my Path in flutter?
Update your path
Read more