Closed shatanikmahanty closed 5 months ago
The same here: Because firebase_ui_firestore 1.6.3 depends on cloud_firestore ^4.15.5 and no versions of firebase_ui_firestore match >1.6.3 <2.0.0, firebase_ui_firestore ^1.6.3 requires cloud_firestore ^4.15.5.
The same here:
Because firebase_ui_firestore 1.6.3 depends on cloud_firestore ^4.15.5 and no versions of firebase_ui_firestore match >1.6.3 <2.0.0, firebase_ui_firestore ^1.6.3 requires cloud_firestore ^4.15.5.
Same
Using a dependency override on cloud firestore to use the latest works for now though
Using a dependency override on cloud firestore to use the latest works for now though
Whilst this is an acceptable solution in this case, isn't the better thing to do, to update and rebuild this package with the latest dependencies when this changes? There seems to be a list of dependent packages which were updated, but this one was forgotten?? (All the other flutter fire packages were updated at once, this one should have been included).
It becomes too easy to forget a dependency override and might cause issues in future.
Using a dependency override on cloud firestore to use the latest works for now though
Whilst this is an acceptable solution in this case, isn't the better thing to do, to update and rebuild this package with the latest dependencies when this changes? There seems to be a list of dependent packages which were updated, but this one was forgotten?? (All the other flutter fire packages were updated at once, this one should have been included).
It becomes too easy to forget a dependency override and might cause issues in future.
Sure @mulderpf I opened the issue for that very purpose. When I was a beginner I never knew the concept of dependency overrides, hence I left the comment so that it may help anyone who is stuck with the issue but wants to upgrade to the latest available packages
Hey @shatanikmahanty - thanks for opening this issue, I'll bump dependencies to the latest this afternoon with a release early next week 🙏 . For now, you can override dependencies in your pubspec.yaml
, sorry for the inconvenience 🙏
Hey @shatanikmahanty - thanks for opening this issue, I'll bump dependencies to the latest this afternoon with a release early next week 🙏 . For now, you can override dependencies in your
pubspec.yaml
, sorry for the inconvenience 🙏
Thanks 🙌
@russellwheatley Thanks. Any status on this?
Would it still be safe to override this with cloud_firestore 5.0.1?
Release is out 👍
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Firestore
What platform(s) does this bug affect?
Android, iOS, Web, macOS, Linux, Windows
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
Add
cloud_firestore: ^5.0.0
Addfirebase_ui_firestore: ^1.6.3
Run
flutter pub get
Expected Behavior
Pub get should complete normally
Actual Behavior
Pub get should shows incompatible dependencies as firebase_ui_firestore expects a lesser version of cloud_firestore
Additional Information
No response