Open VS Code. Press Ctrl + Shift + P. Then type Flutter and select run Flutter Doctor it should be fixed now. Create a new project to make sure it’s run.
Read moreHow do I get to SDK path of flutter?
Under Settings > Languages & Frameworks there should be a Flutter section. I found it by using the handy search bar in the Settings menu. At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path. This is assuming that Flutter/Dart have already been installed under Plugins.
Read moreHow do you find the dart sdk?
3 follow the below steps. In “Dart SDK path” click in “…” and navigate to the Flutter SDK directory. Under that directory, you’ll find “bin/cache/dart-sdk”. This is the Dart SDK path you should use.
Read moreHow do I choose my Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read moreWhere do I put the Flutter SDK?
Open Android Studio. Click File → Settings → Plugins . Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin.
Read more