firebase_pagination 3.1.0 copy "firebase_pagination: ^3.1.0" to clipboard
firebase_pagination: ^3.1.0 copied to clipboard

A flutter package to paginate realtime database and firestore with live updates.

3.1.0 #

  • 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

3.0.1 #

  • fix: docs not loading after the first scroll

3.0.0 #

  • CHORE: Updated to latest version of firebase packages

2.0.0 #

  • 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

1.1.3 #

  • FIX: endBefore value for firebase database not valid

1.1.2 #

  • FIX: startAt value for firebase database not valid

1.1.1+2 #

  • FIX: closed issues link not correct (readme)

1.1.1+1 #

  • DOCS: readme changing pr count to closed issues count
  • DOCS: changing readme links to relative blob files

1.1.1 #

  • FIX: Demo video not visible in readme

1.1.0 #

  • FEAT: added optional property controller

1.0.0 #

  • Initial Public Release
  • Supports Firestore and Realtime Database pagination.
50
likes
140
pub points
96%
popularity

Publisher

verified publisheroutdatedguy.rocks

A flutter package to paginate realtime database and firestore with live updates.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cloud_firestore, firebase_database, flutter

More

Packages that depend on firebase_pagination