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 moreHow can I install flutter in Windows 10?
Click File → Settings → Plugins. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin. Restart Android studio .
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 moreHow do I install Android Flutter app?
Install the Flutter and Dart plugins
Read moreHow do I use SDK in Flutter?
Install SDK on Flutter
Read moreHow do I get Flutter SDK?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install . Click Yes when prompted to install the Dart plugin.
Read moreWhat is Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio. For the command line, you would add a_better_place/flutter/bin. Such as export PATH=a_better_place/flutter/bin:$PATH. Check your echo $PATH to point to the correct folder.
Read more