notifications.presentation library Null safety
Presentation layer for Notifications feature.
Classes
- NotificationsBloc
- Notifications bloc: Business logic component that allows to manage NotificationsState and handle NotificationsEvent
- NotificationsErrorState
- When an error has occurred during loading notifications
- NotificationsEvent
- Abstract class to represent notification related events
- NotificationsInitialState
- Initial state of notifications
- NotificationsList
- NotificationsLoadedState
- When the notifications are loaded succesfully
- NotificationsLoadingState
- When the notifications are loading (in progress)
- NotificationsRequestedEvent
- Triggered when notifications are requested
- NotificationsScreen
- Screen: Notifications list
- NotificationsState
- Abstract class to represent notifications related state