pushfire_sdk 0.1.4
pushfire_sdk: ^0.1.4 copied to clipboard
A lightweight push notification tracking SDK for Firebase.
We analyzed this package 12 days ago, and awarded it 140 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
105 out of 125 API elements (84.0 %) have documentation comments.
Some symbols that are missing documentation: pushfire_sdk, pushfire_sdk.AuthProvider, pushfire_sdk.Device.Device.new, pushfire_sdk.PushFireApiException.PushFireApiException.new, pushfire_sdk.PushFireConfig.PushFireConfig.new.
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:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/tag_service.dartthat imports:package:pushfire_sdk/src/services/subscriber_service.dartthat imports:package:pushfire_sdk/src/services/device_service.dartthat imports:package:firebase_messaging/firebase_messaging.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/tag_service.dartthat imports:package:pushfire_sdk/src/services/subscriber_service.dartthat imports:package:pushfire_sdk/src/services/device_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:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/tag_service.dartthat imports:package:pushfire_sdk/src/services/subscriber_service.dartthat imports:package:pushfire_sdk/src/services/device_service.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package not compatible with platform Web
Because:
package:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/workflow_service.dartthat imports:package:pushfire_sdk/src/api/pushfire_api_client.dartthat imports:dart:io
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:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/tag_service.dartthat imports:package:pushfire_sdk/src/services/subscriber_service.dartthat imports:package:pushfire_sdk/src/services/device_service.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:pushfire_sdk/pushfire_sdk.dartthat imports:package:pushfire_sdk/src/pushfire_sdk_impl.dartthat imports:package:pushfire_sdk/src/services/tag_service.dartthat imports:package:pushfire_sdk/src/services/subscriber_service.dartthat imports:package:pushfire_sdk/src/services/device_service.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
/tmp/pana_IKIMQU/lib/src/config/pushfire_config.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_IKIMQU/lib/src/models/workflow_execution.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
>=9.1.1 <12.0.0 |
11.5.0 | 12.3.0 | |
firebase_auth |
^5.6.0 |
5.7.0 | 6.1.3 | |
firebase_auth_platform_interface |
^7.7.0 |
7.7.3 | 8.1.5 | |
firebase_auth_web |
^5.15.0 |
5.15.3 | 6.1.1 | |
firebase_core |
>=3.14.0 <4.0.0 |
3.15.2 | 4.3.0 | |
firebase_messaging |
^15.1.0 |
15.2.10 | 16.1.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
package_info_plus |
^8.3.0 |
8.3.1 | 9.0.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
supabase |
^2.7.0 |
2.10.2 | 2.10.2 | |
supabase_flutter |
^2.9.0 |
2.12.0 | 2.12.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `>=9.1.1 <12.0.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^5.6.0` on firebase_auth does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions firebase_auth to update the constraint.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.