Notification Badge Widget
Component Detail
User Interface
low complexity
mobile
1
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Unread count badge overlay rendered on the Notifications tab in the bottom navigation bar. Subscribes reactively to the unread count stream via Riverpod and clears automatically when the inbox is opened.
notification-badge-widget
Responsibilities
- Display unread notification count as a numeric overlay badge on the nav tab
- Subscribe to unread count stream from Riverpod notification state
- Clear badge count when the notification inbox screen is opened
Interfaces
build(context)
onUnreadCountChanged(count)