model_fetch_firestore 0.5.0 model_fetch_firestore: ^0.5.0 copied to clipboard
A lazy load BLoC wrapper for Firestore collections.
0.5.0 #
- BREAKING: Renamed
FirestoreFrozenLazyLoadBloc.fetchSize
topageSize
. - Add
AbstractFirestoreLoaderFactory
.
0.4.0 #
- BREAKING:
FirestoreFrozenLazyLoadBloc.backgroundReloadFirstPage
is asynchronous. - BREAKING: Support and require
model_interfaces
v0.3.0. - Fixed linter issues.
- Use
total_lints
. - Licensed under MIT-0.
0.3.0 #
- Added
FirestoreLiveSingleDocumentCollectionBloc
.
0.2.0 #
- Added
FirestoreLiveByIdBloc
.
0.1.1 #
- Removed debug output and comments.
- Support client filters.
0.1.0 #
- Initial release.