xxxxxxxxxx
Open Terminal
nano ~/.zshrc
Add in terminal: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH
Hit Control X to exit
Type in "Yes"
click enter to save in file
Run: source ~/.zshrc
restart terminal
Run: flutter doctor -v
xxxxxxxxxx
Open Terminal
nano ~/.zshrc
Add: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH
Run: source ~/.zshrc
restart terminal
Run: flutter doctor -v
xxxxxxxxxx
$ open ~/.bash_profile
#2 paste following lines
PATH="/Users/vrushali/Downloads/flutter/bin:${PATH}"
export PATH
xxxxxxxxxx
if you have the flutter SDK installed.
$flutter doctor -v
The first line will show the install path..