

This …/ flutter/ bin/ cache/ dart-sdk/ bin is the location of your Dart SDK.Assuming your path is something like …/ flutter/ bin just add on / cache/ dart-sdk/ bin making it …/ flutter/ bin/ cache/ dart-sdk/ bin.I did so by typing in echo $PATH and finding the path with / flutter/ bin. Users can also follow the steps like below: After it builds, click in “ Enable dart support” at the top of the editor panel.Close the project and open it again sometimes you need this step, sometimes doesn’t.Īndroid Studio 3.4 it’s easier to Enable Dart Support in projects that were developed in other machines.This is the Dart SDK path you should use. Under that directory, you’ll find “bin/cache/dart-sdk”. In “ Dart SDK path” click in “…” and navigate to the Flutter SDK directory.Check “ Enable Dart support for the project…”.To fix this on Android Studio 3.1.3 follow the below steps. It usually happens with projects that were created in other machines. Language & Framework-> Dart and chose the SDK location.

Click OK and the android studio will refresh.Choose the Flutter SDK path: the first time we install Flutter, we choose the location where the flutter should be installed.File-> Settings-> Language & Framework-> Flutter.These are the steps to solve the problem. so today we will go through How to Solve Dart SDK is not Configured in Flutter? How to Solve Dart SDK is not Configured in Flutter? When users installing setting up stuff to get started with Flutter Development a common problem they face is like “ Dart SDK is not configured“.
