Package 'log4dart' is depended on from both sources 'hosted' and 'git'

Issue Trying to review a tutorial from the following links: http://blog.dartwatch.com/2012/03/building-client-server-dart-app-part-1.html http://blog.dartwatch.com/2012/03/building-client-server-dart-app-part-2.html Here’s my pubspec.yaml: name: myapp description: A sample application dependencies: log4dart: any mongo_dart: 0.0.1 unittest: { sdk: unittest } crimsonhttp: git: git://github.com/chrisbu/CrimsonHttp.git And here’s the error: Resolving dependencies…

Continue reading