Trouble installing flutter on macOS High Sierra Trouble installing flutter on macOS High Sierra dart dart

Trouble installing flutter on macOS High Sierra


Quick fix:

  export PATH=$PATH:/Users/Jake/flutter/bin  flutter doctor

Permanent fix:

Assuming you are using bash shell,

  • cd $HOME
  • touch .bashrc if it is not there
  • Add Quick fix line 1 as last in .bashrc file
  • Open new tab and check flutter doctor. It should work

Please lemme know if it didn't work