firebase_pagination 0.1.0-dev copy "firebase_pagination: ^0.1.0-dev" to clipboard
firebase_pagination: ^0.1.0-dev copied to clipboard

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

0.1.0-dev #

  • Removed field startAfter
  • Added field isEnded to stop loading when reached end
  • Replaced use of outer fn to fetch docs with class method
  • Added 50 pixel position band to start loading docs from scroll end
  • Setting 2 listeners to fetch docs
  • Realtime listener for docs added in realtime
  • loadDoc listener to handle changes in loaded/fetched docs
  • calling loadDoc method will fetch more docs starting with the last doc

0.0.4-dev #

  • FIX: using scrollbar instead of scrollview in wrap

0.0.3-dev #

  • FIX: getting last item of array when empty

0.0.2-dev #

  • Added fields:

    • onEmpty
    • bottomLoader
    • initialLoader
  • Type casted build view widget for proper reuse eith firestore and realtime db.

  • Provided all field from pagination widget to build view widget.

0.0.1-dev #

  • Initial development version
57
likes
0
pub points
96%
popularity

Publisher

verified publisheroutdatedguy.rocks

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cloud_firestore, firebase_database, flutter

More

Packages that depend on firebase_pagination