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, macOS, Web, Linux, Windows
List of dependencies used.
... not relevant
Steps to reproduce
Try adding cloud_firestore ^6.0.0 and the latest version of firebase_ui_firestore in pubspec.yaml:
Because firebase_ui_firestore >=1.7.2 depends on cloud_firestore ^5.6.9 and app depends on cloud_firestore ^6.0.0, firebase_ui_firestore >=1.7.2 is forbidden.
So, because app depends on firebase_ui_firestore ^1.7.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on cloud_firestore: flutter pub add cloud_firestore:^5.6.12
Failed to update packages.
Expected Behavior
Should be compatible with the latest version of cloud_firestore.
Actual Behavior
It's not.
Additional Information
No response
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, macOS, Web, Linux, Windows
List of dependencies used.
... not relevant
Steps to reproduce
Try adding cloud_firestore ^6.0.0 and the latest version of firebase_ui_firestore in pubspec.yaml:
Expected Behavior
Should be compatible with the latest version of cloud_firestore.
Actual Behavior
It's not.
Additional Information
No response