I have Installed the flutter SDK. But Android studio says flutter SDK is not configured
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
I have Installed the flutter SDK. But Android studio says flutter SDK is not configured
2
Answers
Goto File -> Setting -> Language & Framework -> Flutter and add the sdk path
You should run complete Steps to Setup Flutter
Flutter Doctor
to complete the Flutter and Dart SDK installation.