chat_ui/src/users/bloc/users_state library
Classes
- UsersEmpty
- Empty state when no users exist
- UsersError
- Error state with error message and optional previous data
- UsersInitial
- Initial state before any data is loaded
- UsersLoaded
- Loaded state with user data
- UsersLoading
- Loading state when fetching initial users
- UsersState
- Base class for users states Uses Equatable for proper state comparison in BLoC