Closed srawlins closed 6 years ago
Shot in the dark: It is not too often that we have dev versions > 9. Does pub's version matching use String comparison ("1" !>= "6") rather than Natural sort ordering ("15" > "6")? I'd be the first to catch this... which seems unlikely.
I think this is a duplicate of https://github.com/dart-lang/pub/issues/1770
Sounds good, thanks!
This comes from running
pub --trace get
inside a clean checkout of discoveryapis_commons. Here's the pubspec, for reference:(The error does not go away if you delete the
environment:
section.)Dart and pub versions:
Output of
pub --trace get
: