gildaswise / firestore_ui

A port of firebase_auth's FirebaseAnimatedList to Firestore, called FirestoreAnimatedList
BSD 3-Clause "New" or "Revised" License
35 stars 28 forks source link

Dependency issue #39

Closed syonip closed 4 months ago

syonip commented 8 months ago

Hi, Getting this error with new firebase dependencies:

Because firebase_messaging >=14.7.0 depends on firebase_core_platform_interface ^5.0.0 and firestore_ui >=1.25.0 depends on firebase_core_platform_interface ^4.5.2, firebase_messaging >=14.7.0 is incompatible with firestore_ui >=1.25.0.

Thanks

syonip commented 7 months ago

For anyone that needs to use this with new flutter versions, I created a fork with updated dependencies: https://github.com/syonip/firestore_ui/

You can use this in pubspec.yaml:

firestore_ui: git: https://github.com/syonip/firestore_ui.git

gildaswise commented 4 months ago

Sorry about the delay here, I'm not really maintaining this anymore but I'll release 1.3.0 soon with the latest dependencies