Answers for "install flutter path on mac"

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
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