私は dart を初めて使用し、「Buckshot: 'any'」を yaml ファイルに含めようとしています。残念ながら、pub install を実行すると、依存関係エラーが発生します。これは非常に単純な問題だと思いますが、何か助けていただければ幸いです。
ありがとう、クレイグ
エラー:
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'