carp_mobile_sensing 1.13.1
carp_mobile_sensing: ^1.13.1 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 9 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
1137 out of 1502 API elements (75.7 %) 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.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:carp_mobile_sensing/carp_mobile_sensing.dartthat 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.dartthat imports:package:carp_mobile_sensing/services.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:carp_mobile_sensing/carp_mobile_sensing.dartthat imports:package:carp_mobile_sensing/services.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
INFO: 'ONE_TIME_SENSING_TYPE' is deprecated and shouldn't be used. Use BackgroundSensingUserTask.SENSING_TYPE instead. This will be removed in a future version.
lib/runtime/executors/deployment_executor.dart:69:57
╷
69 │ BackgroundSensingUserTask.ONE_TIME_SENSING_TYPE
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/runtime/executors/deployment_executor.dart
INFO: 'ONE_TIME_SENSING_TYPE' is deprecated and shouldn't be used. Use BackgroundSensingUserTask.SENSING_TYPE instead. This will be removed in a future version.
lib/runtime/user_tasks.dart:24:31
╷
24 │ BackgroundSensingUserTask.ONE_TIME_SENSING_TYPE,
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/runtime/user_tasks.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.0 |
4.0.7 | 4.0.7 | |
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
battery_plus |
^6.0.0 |
6.2.3 | 7.0.0 | |
carp_core |
^1.9.0 |
1.9.4 | 1.9.4 | |
carp_serializable |
^2.0.0 |
2.0.1 | 2.0.1 | |
cron |
^0.6.0 |
0.6.2 | 0.6.2 | |
device_info_plus |
>=9.0.0 <12.0.0 |
11.5.0 | 12.3.0 | |
flutter_local_notifications |
^19.0.0 |
19.5.0 | 19.5.0 | |
flutter_timezone |
^4.0.0 |
4.1.1 | 5.0.1 | |
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.1 | 9.0.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.1 | |
sample_statistics |
^0.2.0 |
0.2.2 | 0.2.2 | |
screen_state |
^4.0.0 |
4.1.1 | 4.1.1 | |
sensors_plus |
^6.0.0 |
6.1.2 | 7.0.0 | |
shared_preferences |
^2.2.0 |
2.5.4 | 2.5.4 | |
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.1.0 | 4.1.0 | |
timezone |
^0.10.0 |
0.10.1 | 0.10.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^6.0.0` on battery_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions battery_plus to update the constraint.
The constraint `>=9.0.0 <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.
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.