Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Version bump [http] package #1237

Open
1 task
saropa opened this issue May 24, 2023 · 4 comments
Open
1 task

Version bump [http] package #1237

saropa opened this issue May 24, 2023 · 4 comments
Labels
type: enhancement New feature or request

Comments

@saropa
Copy link

saropa commented May 24, 2023

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

@maxlapides
Copy link

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

dependency_overrides:
  http: ^1.0.0
@maxlapides
Copy link

I think this is blocked by VeryGoodOpenSource/pub_updater#47

@renancaraujo
Copy link

Pub updater version 0.3.1 fixes this

@vareversat
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement New feature or request
4 participants