When putting git: dependency in the pubspec. I get the following error:
‘Running pub install’ has encountered a problem.
…
…
…
Please ensure Git is correctly installed.
My git is installed at version 1.8.0 that I can access via the terminal on my Mac OS X 10.7.5.
Thank you in advance for any help.
I decided to just navigate to the dart project folder and run
pub installon the terminal.