You don’t specifically need Android Studio, all you need is the Android SDK , download it and set the environment variable to the SDK path for the flutter installation to recognise that.
Read moreHow do I install flutters on windows10?
Follow the below steps to install Flutter on Windows:
Read moreHow do I download windows Flutter?
Get the Flutter SDK
Read moreHow do you add a Flutter SDK path in VSCode?
Configure the Flutter SDK
Read moreHow do I download VS SDK in flutter code?
Install the extension of Flutter on Visual Studio Code
Read moreWhat is the Dart SDK path in flutter?
It will be inside your Flutter SDK Installation Directory ‘/flutter-installation-directory/flutter/bin/cache/dart-sdk ‘.
Read more