firebase_pagination 1.0.0-preview.2 firebase_pagination: ^1.0.0-preview.2 copied to clipboard
A flutter package to paginate realtime database and firestore with realtime updates.
1.0.0-preview.2 #
- Fix: Links in readme
- DOCS: Removed unnecessary line breaks in readme
1.0.0-preview.1 #
First Release Candidate
- BREAKING: changed property name from
isRealtime
toisLive
- FEAT: added property separatorBuilder for listview
- DOCS: Added proper example for package usage
- DOCS: Added proper README content
0.3.0-dev #
- FEAT: Added basic ScrollView properties customization. (like
scrollDirection
,reverse
, etc.) - FIX: Docs for default widgets constructor
- STYLE: Added very_good_analysis linting
- Removed redundant arguments
- Omit type annot for local var
- Cascading consecutive method
- Using single quotes for string
- Convert 'key' to a super parameter.
- Marking fn calls as unawaited
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