Answers for "flutter path in mac'"

2

add flutter to path mac permanently

Open Terminal
nano ~/.zshrc
Add: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH 
Run: source ~/.zshrc
restart terminal
Run: flutter doctor -v
Posted by: Guest on December-13-2020
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

Browse Popular Code Answers by Language