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 moreHow do I fix dart sdk is not configured?
How to Solve Dart SDK is not Configured in Flutter??
Read moreHow do I select the Flutter SDK?
Start Android Studio. Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows & Linux). Select Marketplace, select the Flutter plugin and click Install . Click Yes when prompted to install the Dart plugin.
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 located?
by default, the “Android Studio IDE” will be installed in ” C:\Program Files\Android\Android Studio “, and the “Android SDK” in ” c:\Users\username\AppData\Local\Android\Sdk “.
Read more