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.
Read moreWhere should I put my Flutter SDK?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read moreHow do I set the PATH variable in Windows 10?
Windows 10 and Windows 8
Read moreHow fix SDK location?
Close the current project and you’ll see a pop-up with a dialog which will then proceed to Configure option. Configure -> Project Defaults -> Project Structure -> SDKs on left column -> Android SDK Home Path -> give the exact path as you did on local. properties and select Valid Target.
Read moreWhere is my dart sdk path?
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 moreHow do I fix dart sdk is not configured in flutter?
Steps to Fix Dart SDK is not Configured Error
Read more