sliver_stream_builder library

Classes

SliverStreamBuilder<T>
Take stream save all data event and display it as list, with use of sliverBuilder onError display errorBuilder with errorTextExtractor(error) text pause stream if data is't visible
SliverStreamBuilderErrorObject

Constants

dataStreamHelper → const DataStreamHelper

Functions

dataStreamWrapper<T>(FutureOr<Iterable<T>?> next()) Stream<T>
create to transform loading of paginated data to stream and clean data after loading is ended

Typedefs

ErrorBuilder = Widget Function(BuildContext context, SliverStreamBuilderErrorObject error)
SliverBuilder = Widget Function(BuildContext context, SliverChildBuilderDelegate delegate, {Key? key})