chat_ui/src/users/bloc/bloc library
Classes
- ClearUserSelection
- Clear all user selections
- LoadMoreUsers
- Load more users (pagination)
- LoadUsers
- Load initial users
- RefreshUsers
- Refresh users list
- SearchUsers
- Search users
- ToggleUserSelection
- Toggle user selection
- UpdateUser
- Update a specific user
- UsersBloc
- BLoC for managing users list
- UsersEmpty
- Empty state when no users exist
- UsersError
- Error state with error message and optional previous data
- UsersEvent
- Base class for all users events Uses Equatable for proper event comparison in BLoC
- 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