I have installed the Flutter SDK on my Windows 10, my Flutter plugin is also installed in Android Studio
But when I click on "New Flutter Project", I get the following screen:
Now if I click on flutter, and have to specify its SDK path, I dont see any version report after specifying it.
On clicking next, I don't get "dart" in the language options.
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