vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 138 forks source link

Not compatible with cloud_firestore's latest version #149

Open herryelbert opened 2 years ago

herryelbert commented 2 years ago

Hi, I've been using this package for quite a while. And recently, a new feature from Firestore just got launched, which is count(). I wanted to use that feature, but the problem is, I have to upgrade my cloud_firestore package to the latest version, which paginate_firestore doesn't support and results in a version conflict. Is there any chance you can make it so that paginate_firestore is compatible with cloud_firestore's latest version? Or can I do it by myself by forking the package? Any help would be greatly appreciated.

waqadArshad commented 2 years ago

Hi, for now you can use this fork:

  paginate_firestore:
    git:
      url: https://github.com/waqadArshad/paginate_firestore.git
herryelbert commented 2 years ago

Hi waqad, I ended up forking and upgrading the dependencies myself, but still thanks for the help! Appreciate it :D

RoyalCoder88 commented 2 years ago

Please update officially to cloud_firestore: ^4.0.4

RoyalCoder88 commented 1 year ago

Hi, @vedartm please update the dependency, thanks in advance!

Albejr commented 1 year ago

This library not maintained?

RoyalCoder88 commented 1 year ago

@Albejr I think so, we asked for dependency update, and nothing so far :(