developer_tools_firebase_messaging 0.0.7
developer_tools_firebase_messaging: ^0.0.7 copied to clipboard
Firebase Messaging integration for developer_tools. View FCM token, manage notification permissions, and subscribe to topics from the debug overlay.
We analyzed this package 10 days ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
packages/developer_tools_firebase_messaging/pubspec.yaml from the repository URL mismatch: expected https://github.com/masreplay/developer_tools but got https://github.com/ramz/developer_tools.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: developer_tools_firebase_messaging, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
53 out of 73 API elements (72.6 %) have documentation comments.
Some symbols that are missing documentation: developer_tools_firebase_messaging, developer_tools_firebase_messaging.DeveloperToolEntry.DeveloperToolEntry.new, developer_tools_firebase_messaging.DeveloperToolsDockConfig.DeveloperToolsDockConfig.new, developer_tools_firebase_messaging.DeveloperToolsDockConfig.copyWith, developer_tools_firebase_messaging.DeveloperToolsExtension.DeveloperToolsExtension.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
ERROR: The type 'AuthorizationStatus' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'AuthorizationStatus.deniedPermanently'.
lib/src/developer_tools_firebase_messaging_extension.dart:78:12
╷
78 │ return switch (status) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/developer_tools_firebase_messaging_extension.dart
ERROR: The type 'AuthorizationStatus' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'AuthorizationStatus.deniedPermanently'.
lib/src/notification_permissions_tool_entry.dart:151:12
╷
151 │ return switch (status) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/notification_permissions_tool_entry.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
developer_tools_core |
^0.0.5 |
0.0.5 | 0.0.5 | |
firebase_messaging |
^16.1.1 |
16.6.0 | 16.6.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_flutterfire_internals |
- | 1.3.77 | 1.3.77 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
firebase_core |
- | 4.14.0 | 4.14.0 | |
firebase_core_platform_interface |
- | 8.1.1 | 8.1.1 | |
firebase_core_web |
- | 3.11.0 | 3.11.0 | |
firebase_messaging_platform_interface |
- | 4.10.0 | 4.10.0 | |
firebase_messaging_web |
- | 4.2.5 | 4.2.5 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.