Skip to content
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

posts/flutter/flutter-a-closer-look-at-how-pub-handles-dependency-versions/ #9

Open
utterances-bot opened this issue Jul 10, 2019 · 2 comments

Comments

@utterances-bot
Copy link

Flutter - A Closer Look at How Pub Handles Dependency Versions | Coding Latte - Coding is fun

In this post, I want to look closely at how dart pub handles dependency versions. The end goal is to help you understand how to manage your flutter dependencies versions with some finesse.

https://codinglatte.com/posts/flutter/flutter-a-closer-look-at-how-pub-handles-dependency-versions/

Copy link

Great article. I don't agree with your opinion on 'any' Hixie and I recommend using it unless you are forced to use a specific version. That way you always will have the latest library version.

@mainawycliffe
Copy link
Member

Thanks. When i started out my research for this article, i was of the same opinion. However, during my research, I came across the recommendation not to use any for performance reason on the pub documentation here.

I am guessing this has something to do with resolving a version of the dependency and then checking it against the dependency graph to see if it has any compatibility with the other dependencies, if not, repeating the process until a compatible version is found.

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

No branches or pull requests

3 participants