Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update http package dependency #40

Open
cachapa opened this issue Jun 19, 2023 · 0 comments
Open

Update http package dependency #40

cachapa opened this issue Jun 19, 2023 · 0 comments

Comments

@cachapa
Copy link

cachapa commented Jun 19, 2023

The http update to 1.0.0 is breaking dependencies all over the place, including firebase_admin:

Because no versions of firebase_admin match >0.2.0 <0.3.0 and firebase_admin 0.2.0 depends on http ^0.13.0, firebase_admin ^0.2.0 requires http ^0.13.0.
So, because firedart depends on both http ^1.0.0 and firebase_admin ^0.2.0, version solving failed.

grpc-dart solved the problem by specifying a version window: http: '>=0.13.0 <2.0.0'
https://github.com/grpc/grpc-dart/pull/629/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant