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 .
Read moreHow do I install dart?
Install Dart on Windows
Read moreDoes installing Flutter install dart?
Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin .
Read moreHow do I download dart for Flutter?
Open Android Studio and click on Configure. Then, select Plugins. From the resulting screen, click on Flutter and click on Install. Click on Accept and then Yes to install the Dart plugin.
Read moreDo I need to download dart for Flutter?
The Dart SDK lives inside the bin/cache/dart-sdk folder of the Flutter SDK. It will be downloaded the first time you run the flutter command , so may not exist if you’ve not yet run flutter .
Read moreWhere is the SDK flutter?
At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path.
Read moreDoes flutter need Android SDK?
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 more