healthy_ios 0.0.2
healthy_ios: ^0.0.2 copied to clipboard
A small Wrapper to access Apple HealthKit and execute HKSampleQueries and HKStatisticsCollectionQueries.
We analyzed this package 2 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
35 out of 73 API elements (47.9 %) have documentation comments.
Some symbols that are missing documentation: healthy_ios, healthy_ios.HKCategorySample.HKCategorySample.new, healthy_ios.HKCategorySample.from, healthy_ios.HKCategorySample.to, healthy_ios.HKCategorySample.type.
10/10 points: Package has an example
10/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:healthy_ios/healthy_ios.dartthat declares support for platforms:iOS.
Package does not support platform `Windows`.
Because:
package:healthy_ios/healthy_ios.dartthat declares support for platforms:iOS.
Package does not support platform `Linux`.
Because:
package:healthy_ios/healthy_ios.dartthat declares support for platforms:iOS.
Package does not support platform `macOS`.
Because:
package:healthy_ios/healthy_ios.dartthat declares support for platforms:iOS.
Package does not support platform `Web`.
Because:
package:healthy_ios/healthy_ios.dartthat declares support for platforms:iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/healthy_ios/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: The import of 'package:healthy_ios/src/healthy_hk_types.dart' is unnecessary because all of the used elements are also provided by the import of 'package:healthy_ios/healthy_ios.dart'.
lib/src/healthy_data_record.dart:3:8
╷
3 │ import 'package:healthy_ios/src/healthy_hk_types.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/healthy_data_record.dart
INFO: 'EquatableMixin' is deprecated and shouldn't be used. use Equatable as a mixin instead.
lib/src/healthy_data_record.dart:7:29
╷
7 │ class HKCategorySample with EquatableMixin {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/healthy_data_record.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.0 |
2.1.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.3 | 2.4.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.0` on equatable does not support the stable version `3.0.0`, that was published 9 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable 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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.