Answers for "install flutter mac terminal"

5

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"
Posted by: Guest on January-30-2021
1

install flutter mac terminal

cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"
Posted by: Guest on May-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language