Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Recommend caret constraints in "Installing" tab #266

Closed
seaneagan opened this issue Jan 15, 2015 · 2 comments
Closed

Recommend caret constraints in "Installing" tab #266

seaneagan opened this issue Jan 15, 2015 · 2 comments

Comments

@seaneagan
Copy link

Currently it recommends e.g.:

dependencies:
  prompt: ">=0.1.3 <0.2.0"

It would be nice to recommend caret constraints instead:

dependencies:
  prompt: "^0.1.3"

Maybe could recommend both until enough folks have upgraded to dart 1.8.0 when ^ was introduced.

@zoechi
Copy link

zoechi commented Jan 16, 2015

Maybe suggest adding

environment:
  sdk: ">=1.8.0"

to the second variant

@seaneagan
Copy link
Author

@zoechi yep

@nex3 nex3 closed this as completed in a43ed13 May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants