blocs/product_variant/product_variant library

Classes

ProductVariantBloc
ProductVariantBloc is a class that extends Bloc and manages the state of product variants. It uses ProductVariantDataRepository and ProjectResourceDataRepository to interact with the data layer.
ProductVariantEmptyState
ProductVariantEvent
ProductVariantEvent is a freezed union of all possible events that can occur in the ProductVariantBloc.
ProductVariantFetchedState
ProductVariantLoadEvent
ProductVariantLoadingState
ProductVariantState
ProductVariantState is a freezed union of all possible states that can occur in the ProductVariantBloc.