Your Flutter SDK path should be a_better_place/flutter. These would be used in tools such as VSCode or Android Studio. Check your echo $PATH to point to the correct folder. Use export PATH=”$PATH:$HOME/flutter/bin” or whatever you need (and you can also include this into your ~/.
Read moreDoes Flutter SDK include dart?
Note: The Flutter SDK includes the full Dart SDK , and has Dart’s dart command-line interface in its bin folder. Dart tools may send usage metrics and crash reports to Google.
Read moreCould not find Flutter SDK VS Code?
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.18 Eki 2020
Read moreHow do you set a Dart SDK path?
To fix this on Android Studio 3.1.
Read more