how to use flutter terminal command of the flutter with android studio in mac code example
Example: install flutter mac terminal
cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"
cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"