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 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 in flutter?
Update your path
Read moreHow do I update the flutter Path in Windows 10?
Get started with Flutter on Windows
Read moreHow do I update my Path for flutter Mac?
“add flutter to path mac permanently” Code Answer
Read moreHow do you check flutters?
Run the app
Read more