Skip to content

don't lock shrine_images' version #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

mattetti
Copy link

Don't lock the version of shrine_images otherwise we might end up with unresolvable dependencies:

Because Shrine depends on shrine_images <1.1.1 which requires SDK version >=1.19.0 <2.1.0, version solving failed.

Don't lock the version of `shrine_images` otherwise we might end up with unresolvable dependencies:

```
Because Shrine depends on shrine_images <1.1.1 which requires SDK version >=1.19.0 <2.1.0, version solving failed.
```
@willlarche
Copy link
Collaborator

willlarche commented Jan 3, 2019

So, checked with the rest of the team. Not locking to a version is considered an anti-pattern (even if it's a really good brute force here.) Let's keep the package and the pubspec as up-to-date as possible instead. When I check the pubspec, it looks like it's now at 1.1.1 which is a much higher SDK minimum. So I think we should be good.

@willlarche willlarche closed this Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants