carp_communication_package 1.6.1 copy "carp_communication_package: ^1.6.1" to clipboard
carp_communication_package: ^1.6.1 copied to clipboard

PlatformAndroid

CARP communication sampling package. Samples phone, sms, and calendar logs and activity.

1
likes
120/ 160
pub points
313
downloads

We analyzed this package 35 hours ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

185 out of 226 API elements (81.9 %) have documentation comments.

Some symbols that are missing documentation: communication.Calendar.Calendar.fromJson, communication.Calendar.Calendar.new, communication.Calendar.dataType, communication.Calendar.end, communication.Calendar.start.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • 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 `Windows`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • package:carp_mobile_sensing/carp_mobile_sensing.dart that imports:
  • package:carp_mobile_sensing/infrastructure.dart that imports:
  • package:carp_mobile_sensing/infrastructure/sampling_packages/sensors.dart that imports:
  • package:pedometer/pedometer.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • 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 `macOS`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • 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 `Web`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • package:carp_mobile_sensing/carp_mobile_sensing.dart that imports:
  • package:carp_mobile_sensing/services.dart that imports:
  • package:path_provider/path_provider.dart that 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 `Android`.

Because:

  • package:carp_communication_package/communication.dart that imports:
  • 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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:carp_communication_package/communication.dart that imports:
  • 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/communication_data.dart:8:1

  ╷
8 │ part of communication;
  │ ^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/communication_data.dart

INFO: The part-of directive uses a library name.

lib/communication_package.dart:8:1

  ╷
8 │ part of communication;
  │ ^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/communication_package.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
call_log ^4.0.0 4.0.0 5.0.5
carp_core ^1.8.0 1.8.6 1.8.6
carp_mobile_sensing ^1.10.0 1.12.1 1.12.4
carp_serializable ^2.0.0 2.0.1 2.0.1
crypto ^3.0.1 3.0.6 3.0.6
device_calendar ^4.3.2 4.3.3 4.3.3
json_annotation ^4.8.0 4.9.0 4.9.0
permission_handler ^11.0.0 11.4.0 12.0.0+1
telephony ^0.2.0 0.2.0 0.2.0 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.6 4.0.6
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
base_codecs - 1.0.1 1.0.1
battery_plus - 6.2.1 6.2.1
battery_plus_platform_interface - 2.0.1 2.0.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cron - 0.6.1 0.6.1
data_serializer - 1.2.1 1.2.1
dbus - 0.7.11 0.7.11
device_info_plus - 11.4.0 11.4.0
device_info_plus_platform_interface - 7.0.2 7.0.2
exception_templates - 0.3.1 0.3.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
flutter_local_notifications - 18.0.1 19.1.0
flutter_local_notifications_linux - 5.0.0 6.0.0
flutter_local_notifications_platform_interface - 8.0.0 9.0.0
flutter_timezone - 4.1.0 4.1.0
globbing - 1.0.0 1.0.0 Discontinued
http - 1.3.0 1.3.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
iso_duration_parser - 1.1.1 1.1.1
lazy_memo - 0.2.3 0.2.3
light - 4.1.0 4.1.0
list_operators - 0.5.0 0.5.0
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
package_info_plus - 8.3.0 8.3.0
package_info_plus_platform_interface - 3.2.0 3.2.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.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
pedometer - 4.1.1 4.1.1
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.1.0 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.0.2 6.0.2
sample_statistics - 0.2.0 0.2.0
screen_state - 4.1.1 4.1.1
sensors_plus - 6.1.1 6.1.1
sensors_plus_platform_interface - 2.0.1 2.0.1
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.10 2.4.10
shared_preferences_foundation - 2.5.4 2.5.4
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
simulated_annealing - 0.4.0 0.4.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
statistics - 1.2.0 1.2.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
system_info2 - 4.0.0 4.0.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
timezone - 0.9.4 0.10.0
typed_data - 1.4.0 1.4.0
upower - 0.7.0 0.7.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 3 issues. Showing the first 2:

The constraint `^4.0.0` on call_log does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions call_log to update the constraint.

The constraint `^11.0.0` on permission_handler does not support the stable version `12.0.0`, that was published 12 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_GETTER - lib/communication_package.dart:90:40 - The getter 'calendarFullAccess' isn't defined for the type 'Permission'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
313
downloads

Publisher

verified publishercachet.dk

Weekly Downloads

CARP communication sampling package. Samples phone, sms, and calendar logs and activity.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

call_log, carp_core, carp_mobile_sensing, carp_serializable, crypto, device_calendar, flutter, json_annotation, permission_handler, telephony

More

Packages that depend on carp_communication_package