0

I have Installed the flutter SDK. But Android studio says flutter SDK is not configured

Ashish
  • 75
  • 7
  • Maybe this helps: https://stackoverflow.com/questions/48650831/dart-sdk-is-not-configured – Jeanz Oct 23 '22 at 10:12

2 Answers2

1

Goto File -> Setting -> Language & Framework -> Flutter and add the sdk pathenter image description here

Ashish
  • 75
  • 7
0

You should run complete Steps to Setup Flutter

  1. Install Flutter and Dart plugin in Android Studios
  2. Download Flutter SDK from the website
  3. Run Flutter Doctor to complete the Flutter and Dart SDK installation.
Nikhil
  • 275
  • 1
  • 9