carp_mobile_sensing 1.12.4
carp_mobile_sensing: ^1.12.4 copied to clipboard
Mobile Sensing Framework for Flutter. A software framework for collecting sensor data from the phone and attached wearable devices via probes. Can be extended.
We analyzed this package 1 hour ago, and awarded it 160 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
1135 out of 1502 API elements (75.6 %) have documentation comments.
Some symbols that are missing documentation: carp_mobile_sensing.SensingException.SensingException.new
, carp_mobile_sensing.SensingException.message
, device.BatteryProbe.BatteryProbe.new
, device.BatteryState.BatteryState.fromBatteryState
, device.BatteryState.BatteryState.fromJson
.
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:carp_mobile_sensing/carp_mobile_sensing.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dart
that declares support for platforms:Android
,iOS
.
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:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dart
that imports:package:carp_mobile_sensing/services.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.dart
that 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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
^4.0.0 |
4.0.5 | 4.0.5 | |
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
battery_plus |
^6.0.0 |
6.2.1 | 6.2.1 | |
carp_core |
^1.8.6 |
1.8.6 | 1.8.6 | |
carp_serializable |
^2.0.0 |
2.0.1 | 2.0.1 | |
cron |
^0.6.0 |
0.6.1 | 0.6.1 | |
device_info_plus |
>=9.0.0 <12.0.0 |
11.3.3 | 11.3.3 | |
flutter_local_notifications |
^19.0.0 |
19.0.0 | 19.0.0 | |
flutter_timezone |
^4.0.0 |
4.1.0 | 4.1.0 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
light |
^4.0.0 |
4.1.0 | 4.1.0 | |
package_info_plus |
>=6.0.0 <9.0.0 |
8.3.0 | 8.3.0 | |
path_provider |
^2.0.0 |
2.1.5 | 2.1.5 | |
pedometer |
^4.0.0 |
4.1.1 | 4.1.1 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.0 | |
sample_statistics |
^0.2.0 |
0.2.0 | 0.2.0 | |
screen_state |
^4.0.0 |
4.1.1 | 4.1.1 | |
sensors_plus |
^6.0.0 |
6.1.1 | 6.1.1 | |
shared_preferences |
^2.2.0 |
2.5.3 | 2.5.3 | |
sqflite |
^2.2.8 |
2.4.2 | 2.4.2 | |
statistics |
>=1.1.0 <1.3.0 |
1.2.0 | 1.2.0 | |
system_info2 |
^4.0.0 |
4.0.0 | 4.0.0 | |
timezone |
^0.10.0 |
0.10.0 | 0.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.0.0` on permission_handler does not support the stable version `12.0.0`, that was published 1 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.