Inbox topic

The Inbox screen displays a list of notifications received by the user. It shows unread and read notifications separately and allows users to view the details of each notification.

Functionality

The Inbox is used for:

  • Displaying Notifications: Shows a list of notifications received by the user.
  • Unread and Read Notifications: Separates unread and read notifications.
  • Notification Details: Allows users to view the details of each notification.

Classes

Inbox Inbox
The page shown in the app when the user navigates to the inbox.
InboxNotification Inbox
NotificationTile Inbox

Properties

lastReadProvider StateProvider<DateTime> Inbox
{@category Inbox}
final