firebase_pagination 0.2.0-dev firebase_pagination: ^0.2.0-dev copied to clipboard
A flutter package to paginate realtime database and firestore with realtime updates.
0.2.0-dev #
- Added
Firebase Realtime Database
stable support. - Documented most of the public APIs.
- FIX: Docs about itemBuilder params not mentioned.
0.1.1-dev #
- Added documentation for:
- FirebasePagination widget
- Default widgets
- View widget
- Data Models
- Library/Package
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