What is 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. For the command line, you would add a_better_place/flutter/bin. Such as export PATH=a_better_place/flutter/bin:$PATH. Check your echo $PATH to point to the correct folder.

Read more