notification_system 0.0.2
notification_system: ^0.0.2 copied to clipboard
A comprehensive notification handling package for Flutter, supporting Firebase, Local Notifications, and In-App messaging.
0.0.2 #
- Refactor: Removed
get_itandinjectabledependencies. - Feature: Added
NotificationSystemsingleton for manual dependency management. - Feature: Added
NotificationStylefor customizing colors and dialogs. - Fix: Resolved
SharedPreferencesconflicts by namespacing. - Docs: Updated usage guide and examples.
0.0.1 #
- Initial release.
- Added
NotificationSystemfor centralized management. - Removed dependency on
get_itandinjectable. - Added
NotificationStylefor customization. - Supports Firebase Messaging, Local Notifications, and In-App Notifications.
- Includes custom permission handling and localization (En/Ar).