I am using Win10 Pro;
If you are using Android Studio and getting this message 'Error: Dart SDK is not found in specified location
',
My fix was this.
File/Settings
or Ctrl+Alt+S
to bring up the settings window.Language & Frameworks
and click on DartEnable Dart support for the project 'YOUR_PROJECT_NAME'
Dart SDK path:
enter the location where you are storing the flutter
directory.C:\flutter\bin\cache\dart-sdk
. You can also Check SDK update
by checking the box and clicking on Check now
to get the latest version.This worked for me.