endless_firestore_stream_grid_view library

Classes

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.