Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

zsh: command not found: flutter

#Set environment $PATH of flutter
1- Open the file $HOME/.zshrc 
2- Add the following line in the opened file:
export PATH="$PATH:/YOUR_FLUTTER_DIR/flutter/bin"
3- Save changes and restart your terminal
 
PREVIOUS NEXT
Tagged: #command #flutter
ADD COMMENT
Topic
Name
3+5 =