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 do I fix dart sdk is not configured in flutter?
Steps to Fix Dart SDK is not Configured Error
Read moreHow do you set a flutter PATH variable?
Make sure you set the path of the flutter/bin location under the environment variable (This PC -> right click to properties -> A dvanced system settings -> Environment variables) in the variable called as Path. If there are no variable named as Path then create one and set the flutter/bin path.
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 more