flutter sdk path mac code example
Example 1: flutter sdk path mac
$ open ~/.bash_profile
#2 paste following lines
PATH="/Users/vrushali/Downloads/flutter/bin:${PATH}"
export PATH
Example 2: flutter sdk path
flutter doctor -v
Example 3: flutter sdk path
where flutter