Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.28 Ara 2020
Read moreWhere is Flutter SDK installed?
Under Settings > Languages & Frameworks there should be a Flutter section . I found it by using the handy search bar in the Settings menu. At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path. This is assuming that Flutter/Dart have already been installed under Plugins.8 May 2018
Read moreWhere is the sdk path in Android Studio?
You can find the path going into Android Studio -> Configure -> SDK Manager -> On the top left it should say SDK Path .
Read moreWhere is sdk folder in Windows?
(For Windows) C:\Users\username\AppData\Local\Android\Sdk (this directory contains the SDK and is huge, about 5GB)
Read moreIs Android Studio required for Flutter?
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 moreDoes Flutter web need Android SDK?
Optional: An IDE that supports Flutter . You can install Android Studio, IntelliJ IDEA, or Visual Studio Code and install the Flutter and Dart plugins to enable language support and tools for refactoring, running, debugging, and reloading your web app within an editor.
Read moreHow do I find Android SDK?
Within Android Studio, you can install the Android 12 SDK as follows:
Read more