vedartm / paginate_firestore

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

Upgrade dependencies #111

Closed kkorgol closed 2 years ago

kkorgol commented 2 years ago

Please upgrade dependencies to latest versions

Because paginate_firestore 1.0.3 depends on flutter_bloc ^7.3.3 and no versions of paginate_firestore match >1.0.3 <2.0.0, paginate_firestore ^1.0.3 requires flutter_bloc ^7.3.3. So, because app depends on both paginate_firestore ^1.0.3 and flutter_bloc ^8.0.0, version solving failed.

RoyalCoder88 commented 2 years ago

Please upgrade dependencies to latest versions

Because paginate_firestore 1.0.3 depends on flutter_bloc ^7.3.3 and no versions of paginate_firestore match >1.0.3 <2.0.0, paginate_firestore ^1.0.3 requires flutter_bloc ^7.3.3. So, because app depends on both paginate_firestore ^1.0.3 and flutter_bloc ^8.0.0, version solving failed.

Did you solve this issue?

kkorgol commented 2 years ago

Nope, to solve this issue, version of flutter_bloc should be updated to latest in paginate_firestore package dependencies by author/contributors

vedartm commented 2 years ago

@kkorgol thanks for using the package. I have updated the dependencies in the latest version v1.0.3+1 🎉