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 you set the Path on flutter?
Restart Android Studio and now you will be able to see an option called start flutter project. Click on start flutter project and then select Flutter Application from the first window and click next. Give a project name and then for the flutter SDK path give the git repo path and click next.
Read moreHow do I add an environment variable to my Flutter?
Make sure you set the path of the flutter/bin location under the environment variable (This PC -> right click to properties -> A dvanced system settings -> Environment variables ) in the variable called as Path. If there are no variable named as Path then create one and set the flutter/bin path.
Read moreHow do I add the Flutter Path in Windows 10?
Get started with Flutter on Windows
Read moreWhere is flutter Path in Windows?
All you need to do is get a folder All you need to do is to find a folder called “flutter” (lowercase), which is located inside a folder called “Flutter” (uppercase), select it, and browse it .
Read moreHow do I set Flutter Path in environment variables in Windows 10?
If you wish to run Flutter commands in the regular Windows console, take these steps to add Flutter to the PATH environment variable:
Read moreHow do I download the Flutter for Windows 10?
Install the Flutter Plugin on Android Studio
Read more