dart-code-checker/dart-code-metrics

Version bump [http] package

saropa opened this issue · 4 comments

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

  • I am willing to submit a pull request for this change.

Additional comments

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

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

dependency_overrides:
  http: ^1.0.0

I think this is blocked by VeryGoodOpenSource/pub_updater#47

Pub updater version 0.3.1 fixes this

Hello, I just created a PR here : #1246 to fix this issue

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

Thank you