-
Notifications
You must be signed in to change notification settings - Fork 104
Version solving issue for package_info_plus #73
Comments
Waiting for zeshuaro/google_api_headers#164 to be shipped. |
@jt274 Put this in your dependency_overrides:
package_info_plus: any Thank you. |
@martin-braun This also appears to be an issue with |
Also waiting for update |
@zakblacki I want to look into this soon, I will report back. |
@zakblacki @jt274 Flutter often succeeds dependency resolution of same packages (dependencies of dependencies), if their major version match, because dependencies are included using If you update minor dependencies, your build can suddenly stop working, since a major version of a dependency of a dependency doesn't match. This is what the I start to see why the convention of raising your own major when other dependencies have new majors is such a necessity, so I will consider to incorporate this. This stalling is a huge problem in general, that we cannot overcome without |
Issue will be solved in the next release. |
Describe the bug
Because App depends on google_maps_place_picker_mb ^3.1.2 which depends on package_info_plus ^4.1.0, package_info_plus ^4.1.0 is required.
So, because App depends on package_info_plus ^5.0.0, version solving failed.
To Reproduce
Steps to reproduce the behavior:
google_maps_place_picker_mb: ^3.1.2
andpackage_info_plus: ^5.0.0
Expected behavior
App should build with package being updated to latest dependencies.
The text was updated successfully, but these errors were encountered: