Add Permanently Flutter Path in Mac πŸ’ͺ

Pradeep
Feb 17, 2023

--

Please follow the steps below:

  1. Open the Terminal.
  2. Type: nano ~/.zshrc
  3. Type: export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH

4. Press control+x to Exit

5. Type: source ~/.zshrc

6. Restart the Terminal.

7. Verify by typing flutter --version

reference
https://docs.flutter.dev/get-started/install/macos#update-your-path

--

--

Pradeep
Pradeep

Written by Pradeep

It's all about travelling, not destination ...⛴️

No responses yet