I am using Windows 10 with VS Code, although I also tested it on PowerShell, and both produced the same result:
After creating a new flutter program, before editing anyt
@James M, go to command prompt and run
flutter upgrade
and then try to create a new project using the command
flutter create new_project
It would work fine.