model_fetch_firestore 0.5.2 copy "model_fetch_firestore: ^0.5.2" to clipboard
model_fetch_firestore: ^0.5.2 copied to clipboard

A lazy load BLoC wrapper for Firestore collections.

0.5.2 #

  • Added onError to FirestoreLazyLoadBloc, FirestoreFrozenLazyLoadBloc, FirestoreLiveSingleDocumentCollectionBloc.

0.5.0 #

  • BREAKING: Renamed FirestoreFrozenLazyLoadBloc.fetchSize to pageSize.
  • 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.