That’s why I found the solution of running flutter without installing Android studio, just do the following steps. So we keep everything in a single directory. Choose your directory where you want to install flutter. I am choosing my C drive .
Read moreIs it necessary to install Android Studio for Flutter?
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 Android Flutter app?
Install the Flutter and Dart plugins
Read moreCan I use Flutter on my phone?
Flutter is designed to support mobile apps that run on both Android and iOS , as well as interactive apps that you want to run on your web pages or on the desktop.
Read moreWhere is Dart SDK path in Android Studio?
The Dart SDK lives inside the bin/cache/dart-sdk folder of the Flutter SDK.
Read moreHow do I set up my Flutter?
Install the Flutter and Dart plugins
Read more