- feat: add substring filter for specific fields in pagination. Thanks @delwar36 for #62
- chore: updated example to Flutter 3.27
- refactor: lowered sdk constraints to support dart 2.17 and above
itemBuilder
will now send the entire document snapshot array instead of a single document snapshot. Thanks @opxdelwin for #48
- feat: added
PageView
support in pagination display types - feat: supports
cloud_firestore: ^5.0.0
andfirebase_database: ^11.0.0
versions
- chore: updated example to latest version
- feat: update package and example template to latest
- feat: Descending Pagination for realtime Database. Thanks @CodeWithBishal for #34
- docs: updated example and readme for new feature
- fix: docs not loading after the first scroll
- CHORE: Updated to latest version of firebase packages
-
BREAKING CHANGE: added required field
orderBy
for realtime live listener. -
FIX: realtime db pagination shows data without live listener
-
FIX: more data not loaded when view not scrollable
-
FIX: firestore newly added data not shown for non server-timestamp queries
-
FIX: realtime db typecasting for android
-
DOCS: added example code for both paginations
- FIX:
endBefore
value for firebase database not valid
- FIX:
startAt
value for firebase database not valid
- FIX: closed issues link not correct (readme)
- DOCS: readme changing pr count to closed issues count
- DOCS: changing readme links to relative blob files
- FIX: Demo video not visible in readme
- FEAT: added optional property
controller
- Initial Public Release
- Supports
Firestore
andRealtime Database
pagination.