I have Installed the flutter SDK. But Android studio says flutter SDK is not configured
Asked
Active
Viewed 594 times
0
-
Maybe this helps: https://stackoverflow.com/questions/48650831/dart-sdk-is-not-configured – Jeanz Oct 23 '22 at 10:12
2 Answers
0
You should run complete Steps to Setup Flutter
- Install Flutter and Dart plugin in Android Studios
- Download Flutter SDK from the website
- Run
Flutter Doctor
to complete the Flutter and Dart SDK installation.

Nikhil
- 275
- 1
- 9