Answers for "macos update flutter sdk"

1

flutter sdk path mac

$ open ~/.bash_profile
#2 paste following lines
PATH="/Users/vrushali/Downloads/flutter/bin:${PATH}"
export PATH
Posted by: Guest on February-08-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language