chat_ui/src/conversations/bloc/conversations_state library
Classes
- ConversationsEmpty
- Empty state when no conversations exist
- ConversationsError
- Error state with error message and optional previous data
- ConversationsInitial
- Initial state before any data is loaded
- ConversationsLoaded
- Loaded state with conversation data
- ConversationsLoading
- Loading state when fetching initial conversations
- ConversationsState
- Base class for conversations states Uses Equatable for proper state comparison in BLoC