Issue by vicbOriginally opened as dart-lang/sdk#19437
I'm trying to add some support for Observable in Angular.Dart but I have the following problem: code_transformers depends on "analyzer: '>=0.13.2 <0.14.0'"
The current observable depends on "analyzer: '>=0.15.6 <0.16.0'" (and this is the same for intl).
It would be great that when a core package is updated all the packages that depends on it are also updated.
May be this is the case but only for stable release ?
Issue by vicb Originally opened as dart-lang/sdk#19437
I'm trying to add some support for Observable in Angular.Dart but I have the following problem: code_transformers depends on "analyzer: '>=0.13.2 <0.14.0'"
The current observable depends on "analyzer: '>=0.15.6 <0.16.0'" (and this is the same for intl).
It would be great that when a core package is updated all the packages that depends on it are also updated.
May be this is the case but only for stable release ?
Meanwhile it would really help to show dependencies on pub.dartlang.org, see https://code.google.com/p/dart/issues/detail?id=19436