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.
We analyzed this package 2 days ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
47 out of 64 API elements (73.4 %) have documentation comments.
Some symbols that are missing documentation: notification_system, notification_system.FirebaseNotificationService.getToken, notification_system.FirebaseNotificationService.initialize, notification_system.FirebaseNotificationService.requestPermission, notification_system.FirebaseNotificationService.showNotification.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/impl/local_notification_service.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/services/permission_service.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/services/permission_service.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/impl/local_notification_service.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/impl/local_notification_service.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:notification_system/notification_system.dartthat imports:package:notification_system/src/impl/local_notification_service.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
firebase_messaging |
^16.1.1 |
16.1.1 | 16.1.1 | |
flutter_local_notifications |
^20.0.0 |
20.1.0 | 20.1.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
json_annotation |
^4.10.0 |
4.11.0 | 4.11.0 | |
overlay_support |
^2.1.0 |
2.1.0 | 2.1.0 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.5.4 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.