How to add flutter path in ZSH Mac os


flutter zsh terminal macos

  1. Download the SDK and put to the appropriate folder

  2. Open the ZSH config:

    nano .zshrc
    
  3. Add the following line:

     export PATH="$PATH:`pwd`/flutter/bin"
    
  4. Close the terminal and open again

  5. Type the flutter and feel free to use it.

comments powered by Disqus