On MacOS Catalina, open terminal, follow this step:
- Create zshrc file: touch ~/.zshrc
- Open file zshrc: open ~/.zshrc
- Insert this line to file, type:
export PATH="/Users/YOUR_NAME/Downloads/flutter/bin:$PATH"
Save file and close.
(explain: YOUR_NAME -is name of user your Mac, Downloads -is folder i put folder flutter)