fcm_actions 0.1.2
fcm_actions: ^0.1.2 copied to clipboard
Extensible, testable notification actions for Firebase Cloud Messaging on Android and iOS.
We analyzed this package 1 hour 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
99 out of 365 API elements (27.1 %) have documentation comments.
Some symbols that are missing documentation: fcm_actions.ActionInterceptor.afterAction, fcm_actions.ActionInterceptor.beforeAction, fcm_actions.DebugFcmActionsLogger.DebugFcmActionsLogger.new, fcm_actions.DebugFcmActionsLogger.log, fcm_actions.DebugFcmActionsLogger.minimumLevel.
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:fcm_actions/fcm_actions.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:fcm_actions/fcm_actions.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:fcm_actions/fcm_actions.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:fcm_actions/fcm_actions.dartthat declares support for platforms:Android,iOS.
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:fcm_actions/fcm_actions.dartthat imports:package:fcm_actions/src/core/fcm_actions_facade.dartthat imports:package:fcm_actions/src/core/fcm_actions_client.dartthat imports:package:fcm_actions/src/core/notification_engine.dartthat imports:package:fcm_actions/src/platform/local_notifications_gateway.dartthat imports:package:fcm_actions/src/platform/background_dispatcher.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:fcm_actions/fcm_actions.dartthat imports:package:fcm_actions/src/core/fcm_actions_facade.dartthat imports:package:fcm_actions/src/core/fcm_actions_client.dartthat imports:package:fcm_actions/src/core/notification_engine.dartthat imports:package:fcm_actions/src/platform/local_notifications_gateway.dartthat imports:package:fcm_actions/src/platform/background_dispatcher.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 |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
firebase_core |
^4.12.1 |
4.14.0 | 4.14.0 | |
firebase_messaging |
^16.4.3 |
16.6.0 | 16.6.0 | |
flutter_local_notifications |
^22.2.0 |
22.3.0 | 22.3.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
meta |
^1.17.0 |
1.19.0 | 1.19.0 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 |
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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.