endless_firestore_stream_list_view library
Classes
-
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 theQuery.snapshots
API using theQuery.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.