blueprint_notifications library
Push notifications: controller, service, models, and tiles.
import 'package:blueprint_flutter_core/blueprint_notifications.dart';
Classes
- FxDeviceRegistration
- FxNotification
- FxNotificationController
- FxNotificationControllerProvider
- FxNotificationIcon
- App bar (or toolbar) control that shows a notification icon and unread badge.
- FxNotificationPageView
- Full-screen notifications list with pull-to-refresh and pagination.
- FxNotificationService
- FxNotificationsState
- FxNotificationTile
- A notification list item with read/unread state and swipe-to-delete.
Enums
Extensions
- FxDeviceRegistrationPatterns on FxDeviceRegistration
- Adds pattern-matching-related methods to FxDeviceRegistration.
- FxNotificationPatterns on FxNotification
- Adds pattern-matching-related methods to FxNotification.
- FxNotificationsStateCopyWith on FxNotificationsState
Properties
Typedefs
-
FxNotificationsStateCopyWithFn
= FxNotificationsState Function({int currentPage, String? error, bool hasNextPage, bool isLoading, List<
FxNotification> notifications, int unreadCount})