Answers for "assign flutter path ios z shell"

0

assign flutter path ios z shell

sudo nano /etc/paths
Add this to the file:

/Users/yourUserName/Development/flutter/bin
Save the file by pressing Ctrl + X, Y and then Enter. Close the terminal and reopen it again. Tada!
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language