mac os flutter installation code example
Example: 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"
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"