I am brand new to dart and I am attempting to include "Buckshot: 'any'" into my yaml file. Unfortuanately I am getting a dependency error when I run pub install. I am sure that this is a very simple problem but any help would be appreciated.
Thank you, Craig
Error:
Running pub install ...
Pub install failed, [1] Resolving dependencies...
Incompatible dependencies on 'logging':
- 'web_ui' depends on it from source 'hosted'
- 'buckshot' depends on it from source 'sdk'
Pubspec.yaml
name: TestName
description: A sample application
dependencies:
hipster_mvc: 0.2.2
web_ui: ">=0.2.10 <0.2.11"
buckshot: 'any'