xxxxxxxxxx
cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"
xxxxxxxxxx
if your terminal doesn't see "flutter" you have to use
Open terminal and paste
export PATH="$PATH:`pwd`/flutter/bin"
and then try "flutter" && "flutter doctor"
xxxxxxxxxx
cd ~/development
unzip ~/Downloads/flutter_macos_3.13.9-stable.zip