notification_system 0.0.4
notification_system: ^0.0.4 copied to clipboard
A comprehensive notification handling package for Flutter, supporting Firebase, Local Notifications, and In-App messaging.
0.0.4 #
- Docs: Added comprehensive Dartodc documentation for all public APIs.
- Example: Added a complete example application in
example/directory.
0.0.3 #
- Feature: Added
getter fcmTokenfor easy access.
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).