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 download VS SDK in flutter code?
Install the extension of Flutter on Visual Studio Code
Read moreWhere do I extract the Flutter SDK?
All you need to do is to find a folder called “flutter” (lowecase) , which is located inside a folder called “Flutter” (uppercase), select it, and browse it. Also make sure that your Flutter and Dart are of the latest version.
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 moreHow do I install flutters on Chromebook?
Downloading Flutter
Read moreHow do I install Google flutter?
It provides startup template to create new Flutter application, an option to run and debug Flutter application in the Android studio itself, etc.,
Read more