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: 1.0.0 #57

Closed m-j-g closed 3 years ago

m-j-g commented 3 years ago

With Flutter 2.0 released today, everyone is updating to cloud_firestore: 1.0, but this package isn't compatible.

vedartm commented 3 years ago

Hey @m-j-g . The package is now updated with cloud_firestore: 1.0.0 in v0.3.1. You can also try nullsafety version if you are into that.