modules/common_utils/presentation/widgets/mapped_bloc_builder library

Classes

MappedBlocBuilder<B extends StateStreamable<S>, S, T>
MappedBlocBuilder is a wrapper around BlocBuilder that allows mapping the BLoC state S to a new type T before passing it to the builder.