0

I can't create a new flutter project when i already installed flutter and dart extentions on my vscode in windows 10 (64 bits).

vscode

Please help to solve my problem.

Vahid
  • 6,639
  • 5
  • 37
  • 61
Aswin
  • 1
  • 1
  • https://stackoverflow.com/questions/49609889/flutter-doctor-doesnt-work-on-neither-command-prompt-or-powershell-window – amirali May 26 '19 at 08:29

1 Answers1

0

You need to add the path to the flutter/bin folder to your PATH environment variable and then restart.

FWIW, you can also run the Flutter: New Project command from the VS Code command palette rather than running it yourself through the terminal. This will do more for you :-)

Danny Tuppeny
  • 40,147
  • 24
  • 151
  • 275