chat_ui/src/groups/bloc/groups_state library

Classes

GroupsEmpty
Empty state when no groups exist
GroupsError
Error state with error message and optional previous data
GroupsInitial
Initial state before any data is loaded
GroupsLoaded
Loaded state with group data
GroupsLoading
Loading state when fetching initial groups
GroupsState
Base class for groups states Uses Equatable for proper state comparison in BLoC