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

googleapis_auth, http, algolia dependency version solving failed #132

Open
paengdal opened this issue Jun 17, 2024 · 0 comments
Open

googleapis_auth, http, algolia dependency version solving failed #132

paengdal opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@paengdal
Copy link

Dart version: 3.3.3
Flutter version: 3.19.5 (stable)

Describe the bug

Because no versions of googleapis_auth match >1.6.0 <2.0.0 and googleapis_auth 1.6.0 depends on http ^1.0.0, googleapis_auth ^1.6.0 requires http ^1.0.0.
And because algolia >=1.0.0 depends on http ^0.13.0, googleapis_auth ^1.6.0 is incompatible with algolia >=1.0.0.
So, because todorize depends on both googleapis_auth ^1.6.0 and algolia ^1.0.0, version solving failed.

@paengdal paengdal added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant