endless 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 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.
EndlessPaginationController<T>
The pagination controller used to perform actions on the scroll view such as loading more data or clearing its existing items.
EndlessPaginationDelegate
The delegate that specifies the pagination requirements for the list view such as the maximum number of pages to load and the page size.
EndlessPaginationGridView<T>
An infinite loading grid view that builds items loaded from the loadMore API into a scrollable grid.
EndlessPaginationListView<T>
An infinite loading list view that builds items loaded from the loadMore API into a scrollable list.
EndlessPersistentHeaderDelegate
EndlessStateProperty<T>
EndlessStreamController<T>
The stream controller used to perform actions on the stream such as loading more data or clearing its existing items.
EndlessStreamGridView<T>
An infinite loading grid view that builds items added to the stream into a scrollable grid.
EndlessStreamListView<T>
An infinite loading list view that builds items added to the stream into a scrollable list.

Enums

EndlessState