Closed Zazo032 closed 1 year ago
Base: 93.02% // Head: 93.02% // No change to project coverage :thumbsup:
Coverage data is based on head (
7331727
) compared to base (1eb79bc
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@larryaasen this PR aims to fix the following issue:
Because upgrader 4.8.0 depends on package_info_plus ^1.3.0 and no versions of upgrader match >4.8.0 <5.0.0, upgrader ^4.8.0 requires package_info_plus ^1.3.0.
So, because <project> depends on both package_info_plus ^2.0.0 and upgrader ^4.8.0, version solving failed.
pub get failed (1; So, because <project> depends on both package_info_plus ^2.0.0 and upgrader ^4.8.0, version solving failed.)
@Zazo032 I just created a prerelease version 5.0.0-alpha.1 with all packages updated to the latest version, and requiring Flutter version 3.0.1 or above. Check it out and let me know if it works for you. https://pub.dev/packages/upgrader/versions/5.0.0-alpha.1
Just tried version 5.0.0-alpha.1
- seems to be fine now, I could update all our dependenies to latest versions, thanks!
Should I close this PR then?
@Zazo032 Yes please. I have a regular release coming out soon.
Fixes #226