modules/common_utils/presentation/widgets/widgets library
Classes
-
EnvironmentProvider<
T> -
LoadedDataBuilder<
T> -
MappedBlocBuilder<
B extends StateStreamable< S> , S, T> -
MappedBlocBuilder is a wrapper around
BlocBuilder
that allows mapping the BLoC stateS
to a new typeT
before passing it to the builder.