how to install flutter on mac step by step code example
Example 1: flutter setup macos
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"
Example 2: install flutter mac terminal
cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"