endless_firestore library

Classes

EndlessDefaultLoadingIndicator
EndlessFirestoreStreamBatchDelegate
The delegate that specifies the Firestore query requirements such as the batchSize and maximum number of batches to load.
EndlessFirestoreStreamController<T>
The delegate that specifies the Firestore query requirements such as the batchSize and maximum number of batches to load.
EndlessFirestoreStreamGridView<T>
An infinite loading grid view that displays documents loaded from the specified Query into a scrollable grid. Subscribes to the documents return from the query with the Query.snapshots using the Query.limit approach described here. Note that this incurs a re-read of *all current documents when loading successive batches so be aware of the read pricing concerns there.
EndlessFirestoreStreamListView<T>
An infinite loading list view that displays documents loaded from the specified Query into a scrollable list. Subscribes to the documents returned from the query with the Query.snapshots API using the Query.limit approach described here. Note that this incurs a re-read of *all current documents when loading successive batches so be aware of the read pricing concerns there.
EndlessPersistentHeaderDelegate
EndlessStateProperty

Enums

EndlessState