Install the extension of Flutter on Visual Studio Code
Read moreWhat is the Dart SDK path in flutter?
It will be inside your Flutter SDK Installation Directory ‘/flutter-installation-directory/flutter/bin/cache/dart-sdk ‘.
Read moreWhere do I extract the Flutter SDK?
All you need to do is to find a folder called “flutter” (lowecase) , which is located inside a folder called “Flutter” (uppercase), select it, and browse it. Also make sure that your Flutter and Dart are of the latest version.
Read more