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 moreHow do you add a Flutter SDK in VSCode?
Start VS Code. Invoke View > Command Palette…. Type “install”, and select Extensions: Install Extensions. Type “flutter” in the extensions search field, select Flutter in the list, and click Install .
Read moreWhere should I put my Flutter SDK?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read moreHow do I change the flutter path in Windows 10?
Update your path From the Start search bar, enter ‘env’ and select Edit environment variables for your account. Under User variables check if there is an entry called Path: If the entry exists, append the full path to flutter\bin using ; as a separator from existing values.
Read moreHow do I change my path on flutter?
Make sure you set the path of the flutter/bin location under the environment variable (This PC -> right click to properties -> A dvanced system settings -> Environment variables) in the variable called as Path. If there are no variable named as Path then create one and set the flutter/bin path.
Read moreHow do I change the PATH variable in Windows?
Update the PATH Environment Variable (Microsoft Windows)
Read more