bash: flutter: command not found
Apparently, none of the flutter commands are working on the terminal of an android studio which I believe I am tryi
The flutter installation guide says you add this:
export PATH="$PATH:pwd/flutter/bin"
VSC doesn't support pwd for some reason. The fix:
export PATH="$PATH:~/flutter/bin"