firebase_pagination library

A package to paginate your firebase related data with realtime updates.

It can be used for Firestore and Firebase Realtime Database.

Data can be shown in list, grid and scrollable wrap view.

Classes

FirestorePagination
A StreamBuilder that automatically loads more data when the user scrolls to the bottom.
RealtimeDBPagination
A StreamBuilder that automatically loads more data when the user scrolls to the bottom.
WrapOptions
The properties of the Wrap widget in the ViewType.wrap view.

Enums

ViewType
The ScrollView to use for the loaded data.