If you ever get the error message below when trying to run flutter, please check your path in your bash or zsh file
zsh: command not found: flutter
Some will have
export PATH="$PATH:/YOUR_FLUTTER_DIR/flutter/bin/"
but if you remove the quotes, the flutter path will work in any directory.
Comments
Post a Comment