health_connector_core 3.8.0
health_connector_core: ^3.8.0 copied to clipboard
Core models, utilities, and platform interface for Health Connector
We analyzed this package 2 hours 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
3763 out of 3767 API elements (99.9 %) have documentation comments.
Some symbols that are missing documentation: health_connector_core.ContraceptiveDataType.ContraceptiveDataType.new, health_connector_core.LactationDataType.LactationDataType.new, health_connector_core.LactationRecord.LactationRecord.internal, health_connector_core.PregnancyRecord.PregnancyRecord.fromRecord.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:health_connector_core/health_connector_core.dartthat imports:package:health_connector_core/src/models/responses/permission_request_result.dartthat imports:package:health_connector_core/src/models/responses/response.dartthat imports:package:health_connector_core/src/annotations/annotations.dartthat imports:package:health_connector_core/src/annotations/experimental_api.dartthat imports:package:health_connector_core/health_connector_core_internal.dartthat imports:package:health_connector_core/src/health_connector_health_platform_client.dartthat imports:package:health_connector_core/src/config/health_connector_config.dartthat imports:package:health_connector_logger/health_connector_logger.dartthat imports:package:health_connector_logger/src/log_processors/print_log_processor.dartthat imports:package:health_connector_logger/src/log_processors/developer_log_processor.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:health_connector_core/health_connector_core.dartthat imports:package:health_connector_core/src/models/responses/permission_request_result.dartthat imports:package:health_connector_core/src/models/responses/response.dartthat imports:package:health_connector_core/src/annotations/annotations.dartthat imports:package:health_connector_core/src/annotations/experimental_api.dartthat imports:package:health_connector_core/health_connector_core_internal.dartthat imports:package:health_connector_core/src/health_connector_health_platform_client.dartthat imports:package:health_connector_core/src/config/health_connector_config.dartthat imports:package:health_connector_logger/health_connector_logger.dartthat imports:package:health_connector_logger/src/log_processors/print_log_processor.dartthat imports:package:health_connector_logger/src/log_processors/developer_log_processor.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'directive' is deprecated and shouldn't be used. Use a more specific TargetKind, like 'TargetKind.exportDirective','TargetKind.library', or 'TargetKind.partOfDirective'.
lib/src/annotations/meta_targets.dart:61:14
╷
61 │ TargetKind.directive,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/annotations/meta_targets.dart
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 | |
health_connector_logger |
^4.0.0 |
4.0.0 | 4.0.0 | |
meta |
^1.16.0 |
1.18.1 | 1.18.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.9, Dart 3.11.0.
Check the analysis log for details.