-
Notifications
You must be signed in to change notification settings - Fork 32
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
update dependencies #19
Comments
Assign to review: @santitigaga @ajtortolero |
Same here with http package: we are using current http version 1.1.0 but dart_code_linter still requires version 0.13.5 So +1 for upgrading the dependencies! |
This is fixed on the branch. @santitigaga can you please create a new version on pub.dev |
Please also update uuid to the newest (4.2.1). |
ping @santitigaga |
I also have a dependency version problem with |
The |
Hi all, sorry for the delay in replying. I reverted the change of the dependency analyzer from version 6 to version 5, adjusted the failed unit tests and added this control in the CI pipeline. #139 Once the pull request is completed a new version will be generated. |
I have image_cropper package in my project. When I try to install dart_code_linter, I get this error:
Because image_cropper >=5.0.0 depends on image_cropper_platform_interface ^5.0.0 which depends on http ^1.0.0, image_cropper >=5.0.0 requires http ^1.0.0. And because every version of dart_code_linter depends on http ^0.13.5, image_cropper >=5.0.0 is incompatible with dart_code_linter. So, because the App depends on both image_cropper ^5.0.0 and dart_code_linter any, version solving failed.
.Please update your dependencies.
The text was updated successfully, but these errors were encountered: