Answers for "check installed flutter path mac"

1

mac flutter sdk path

if you have the flutter SDK installed.
$flutter doctor -v
The first line will show the install path..
Posted by: Guest on January-15-2022
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language