Home > Software engineering >  How to connect flutter and dart with android studio - path not appearing
How to connect flutter and dart with android studio - path not appearing

Time:04-15

I have installed the Flutter SDK on my Windows 10, my Flutter plugin is also installed in Android Studio

Flutter Plugin in Android Studio

But when I click on "New Flutter Project", I get the following screen:

enter image description here

Now if I click on flutter, and have to specify its SDK path, I dont see any version report after specifying it.

enter image description here

On clicking next, I don't get "dart" in the language options.

enter image description here

CodePudding user response:

So the screen where you "don't see" dart is completely normal. You are picking what the skeleton languages are going to be in for their respective platforms, there is no where on that screen where it should show dart.

if you open a new flutter project it will be in dart.

You do have two issues that need to be fixed, and thats the cmdline tools and android license but it tells you how to fix it

  • Related