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

cloud_firestore upgrade to 0.10.x? #33

Closed
awhitford opened this issue May 3, 2019 · 7 comments
Closed

cloud_firestore upgrade to 0.10.x? #33

awhitford opened this issue May 3, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@awhitford
Copy link
Contributor

I ran into a version solving failure because of my dependency: cloud_firestore: ^0.10.1

Because geoflutterfire >=2.0.3 depends on cloud_firestore ^0.9.5+2 and MY_APP depends on cloud_firestore ^0.10.1, geoflutterfire >=2.0.3 is forbidden.

So, because MY_APP depends on geoflutterfire ^2.0.3+2, version solving failed.

Is it time to update dependencies and cut a new release? 😄

@awhitford
Copy link
Contributor Author

As a workaround, moving cloud_firestore to dependency_overrides seems to resolve the build issue:

dependency_overrides:
  cloud_firestore: ^0.10.1

@DarshanGowda0 DarshanGowda0 added the enhancement New feature or request label May 3, 2019
@tzvc
Copy link

tzvc commented May 3, 2019

Any update on this? Happy to help if migration necessary

@ebastuart
Copy link

Have the same problem, would be great if it will be adapted to the new version. Thank in advance!

@DarshanGowda0
Copy link
Owner

Will make these changes in a day or two!

@ebastuart
Copy link

@DarshanGowda0 Awesome, you're the best!

@DarshanGowda0
Copy link
Owner

2.0.3+3 should fix this 😄

@awhitford
Copy link
Contributor Author

I just tried this and it appears to be working great. Thank you for the quick response.

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

No branches or pull requests

4 participants