I'm installing flutter, have followed all the steps in the documentation and also a online course and have set the Path in my .bash_profile file, however every time I try to run a Flutter command I get the error:
-bash: flutter: command not found
Above screen shot of my .bash_profile file.
Here's what I am trying to run:
Carsons-MBP:~ carsoncarbery$ flutter doctor
-bash: flutter: command not found
Carsons-MBP:~ carsoncarbery$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:Users/carsoncarbery/development/tools/flutter/bin
My flutter folder is in this directory:
Users/carsoncarbery/development/tools/