flutter_notification_flow 0.1.0
flutter_notification_flow: ^0.1.0 copied to clipboard
A provider-independent Flutter package for normalizing and reliably routing notification interactions across different notification sources and application states.
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 #
- Initial release.
- Added normalized
NotificationPayloadsupporting flexible nested and flat data structures, JSON parsing, and deterministic fingerprinting. - Added context-aware route handling with
NotificationRouterandNotificationRouteHandler. - Added framework-independent event-based handling via
onNotification. - Added in-memory FIFO
NotificationQueuefor cold starts and navigation lifecycle readiness. - Added
NotificationDuplicateGuardwith configurable cache expiration windows. - Added lightweight broadcast
eventsstream with comprehensiveNotificationFlowStatusstates. - Added structured error handling via
NotificationFlowExceptionandonErrorcallback. - Added customizable
NotificationFlowConfigand internal debug logging.