Home > Software engineering >  VS code not able to detect or run flutter
VS code not able to detect or run flutter

Time:11-04

I was doing a project using flutter in vs code and all of a sudden after a shutdown vs code is not This error shows up

The flutter doctor command shows no problem too. doctor summary

CodePudding user response:

VS Code Can’t Find Path to Flutter SDK

1 - Check flutter and dart extension in VS Code

2 - Press Ctrl shift p search for flutter SDK, select flutter change SDK, and select auto-detect

3 - Press Ctrl shift p to search for flutter, then select flutter doctor from the list.

CodePudding user response:

Uninstall and reinstall Dart Flutter Extension sir

  • Related