Answers for "where is flutter sdk 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
0

flutter path MAC

/Users/yourUserName/Development/flutter/bin
Posted by: Guest on January-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language