synheart_core 0.0.1
synheart_core: ^0.0.1 copied to clipboard
Synheart Core SDK - The unified SDK for HSI-compatible data collection, on-device state representation, optional interpretation modules (Focus, Emotion), and Syni integration. Includes HSI Runtime, We [...]
We analyzed this package 26 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/synheart-ai/synheart-core-dart was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/synheart-ai/synheart-core-dart was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/synheart-ai/synheart-core-dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
344 out of 457 API elements (75.3 %) have documentation comments.
Some symbols that are missing documentation: synheart_core.AuthService.AuthService.new, synheart_core.BaseSynheartModule.BaseSynheartModule.new, synheart_core.BehaviorConfig.BehaviorConfig.new, synheart_core.BehaviorFeatureProvider.BehaviorFeatureProvider.new, synheart_core.BehaviorModule.BehaviorModule.new.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/modules/wear/wear_module.dartthat imports:package:synheart_core/src/modules/wear/synheart_wear_source_handler.dartthat imports:package:synheart_wear/synheart_wear.dartthat declares support for platforms:iOS.
Package does not support platform `Windows`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/modules/behavior/behavior_module.dartthat imports:package:synheart_behavior/synheart_behavior.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/modules/behavior/behavior_module.dartthat imports:package:synheart_behavior/synheart_behavior.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/modules/behavior/behavior_module.dartthat imports:package:synheart_behavior/synheart_behavior.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/heads/focus_head.dartthat imports:package:synheart_focus/synheart_focus.dartthat imports:package:synheart_focus/src/models/onnx_runtime.dartthat imports:package:flutter_onnxruntime/flutter_onnxruntime.dartthat imports:package:flutter_onnxruntime/src/onnxruntime.dartthat imports:package:path_provider/path_provider.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 `iOS`.
Because:
package:synheart_core/synheart_core.dartthat imports:package:synheart_core/src/modules/wear/wear_module.dartthat imports:package:synheart_core/src/modules/wear/synheart_wear_source_handler.dartthat imports:package:synheart_wear/synheart_wear.dartthat imports:package:synheart_wear/src/core/consent_manager.dartthat imports:package:synheart_wear/src/adapters/health_adapter.dartthat imports:package:health/health.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 185 issues. Showing the first 2:
WARNING: The value of the field '_userId' isn't used.
lib/src/hsi_new.dart:55:11
╷
55 │ String? _userId;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/hsi_new.dart
WARNING: The value of the field '_config' isn't used.
lib/src/hsi_new.dart:56:19
╷
56 │ SynheartConfig? _config;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/hsi_new.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 10.0.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
synheart_behavior |
^0.0.1 |
0.0.1 | 0.0.1 | |
synheart_emotion |
^0.2.2 |
0.2.3 | 0.2.3 | |
synheart_focus |
^0.0.1 |
0.0.1 | 0.0.1 | |
synheart_wear |
^0.1.2 |
0.1.2 | 0.2.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
carp_serializable |
- | 2.0.1 | 2.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
device_info_plus |
- | 12.3.0 | 12.3.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_onnxruntime |
- | 1.6.1 | 1.6.1 | |
flutter_secure_storage_linux |
- | 1.2.3 | 3.0.0 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.1.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.1.0 | |
health |
- | 13.2.1 | 13.2.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^9.0.0` on flutter_secure_storage does not support the stable version `10.0.0`, that was published 17 days ago.
When flutter_secure_storage is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_secure_storage to update the constraint.
The constraint `^0.1.2` on synheart_wear does not support the stable version `0.2.0`, that was published 26 days ago.
When synheart_wear is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions synheart_wear 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.