dart-code-checker / dart-code-metrics

Software analytics tool that helps developers analyse and improve software quality.
https://dcm.dev
Other
860 stars 265 forks source link

Version bump [http] package #1237

Open saropa opened 1 year ago

saropa commented 1 year ago

DCM version

v5.7.4

What problem do you want to solve?

Resolving dependencies... Because dart_code_metrics 5.7.4 depends on http ^0.13.5 and no versions of dart_code_metrics match >5.7.4 <6.0.0, dart_code_metrics ^5.7.4 requires http ^0.13.5.

What do you think is the correct solution?

Please support the current http package

Participation

Additional comments

Unfortunately DCM has had to be disabled as the current google_fonts package uses http v1

maxlapides commented 1 year ago

In the meantime, you can add this to your pubspec.yaml:

dependency_overrides:
  http: ^1.0.0
maxlapides commented 1 year ago

I think this is blocked by https://github.com/VeryGoodOpenSource/pub_updater/pull/47

renancaraujo commented 1 year ago

Pub updater version 0.3.1 fixes this

vareversat commented 1 year ago

Hello, I just created a PR here : https://github.com/dart-code-checker/dart-code-metrics/pull/1246 to fix this issue

If someone is willing to review it this would be a pleasure.

Thank you