carp_study_generator 1.4.0 copy "carp_study_generator: ^1.4.0" to clipboard
carp_study_generator: ^1.4.0 copied to clipboard

Utilities for managing CARP Mobile Sensing studies, including generating and uploading a study protocol, informed consent, translations, and messages.

0
likes
80/ 140
pub points
18%
popularity

We analyzed this package 19 hours ago, and awarded it 80 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

17 out of 49 API elements (34.7 %) have documentation comments.

Some symbols that are missing documentation: carp_study_generator.AbstractCommand.clientId, carp_study_generator.AbstractCommand.clientSecret, carp_study_generator.AbstractCommand.consentPath, carp_study_generator.AbstractCommand.locales, carp_study_generator.AbstractCommand.localizationPath.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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_study_generator/carp_study_generator.dart that imports:
  • package:carp_polar_package/carp_polar_package.dart that imports:
  • package:carp_mobile_sensing/carp_mobile_sensing.dart that imports:
  • package:carp_mobile_sensing/sampling_packages/device/device.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:carp_study_generator/carp_study_generator.dart that imports:
  • package:cognition_package/model.dart that imports:
  • package:cognition_package/ui.dart that imports:
  • package:research_package/research_package.dart that imports:
  • package:research_package/ui.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:carp_study_generator/carp_study_generator.dart that imports:
  • package:cognition_package/model.dart that imports:
  • package:cognition_package/ui.dart that imports:
  • package:research_package/research_package.dart that imports:
  • package:research_package/ui.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:carp_study_generator/carp_study_generator.dart that imports:
  • package:carp_polar_package/carp_polar_package.dart that imports:
  • package:carp_mobile_sensing/carp_mobile_sensing.dart that imports:
  • package:carp_mobile_sensing/sampling_packages/sensors/sensors.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `Web`.

Because:

  • package:carp_study_generator/carp_study_generator.dart that imports:
  • package:cognition_package/model.dart that imports:
  • package:cognition_package/ui.dart that imports:
  • package:research_package/research_package.dart that imports:
  • package:research_package/ui.dart that imports:
  • package:just_audio/just_audio.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_study_generator/carp_study_generator.dart that imports:
  • package:carp_polar_package/carp_polar_package.dart that imports:
  • package:carp_mobile_sensing/carp_mobile_sensing.dart that imports:
  • package:carp_mobile_sensing/sampling_packages/device/device.dart that imports:
  • package:battery_plus/battery_plus.dart that imports:
  • package:battery_plus/src/battery_plus_linux.dart that imports:
  • package:upower/upower.dart that declares support for platforms: Linux.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

ERROR: Undefined name 'ResearchPackage'.

lib/cmd/command.dart:48:5

   ╷
48 │     ResearchPackage.ensureInitialized();
   │     ^^^^^^^^^^^^^^^
   ╵

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

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

lib/cmd/command.dart:1:1

  ╷
1 │ part of carp_study_generator;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
carp_apps_package ^1.4.0 1.4.0 1.4.0
carp_audio_package ^1.4.0 1.4.0 1.4.0
carp_backend ^1.3.1 1.4.1 1.5.0
carp_communication_package ^1.4.0 1.4.2 1.4.2
carp_connectivity_package ^1.4.0 1.4.0 1.4.0
carp_context_package ^1.4.0 1.5.0 1.5.0
carp_core ^1.4.0 1.5.0 1.5.0
carp_esense_package ^1.4.0 1.4.0 1.4.0
carp_health_package ^2.8.0 2.9.4 2.9.4
carp_mobile_sensing ^1.4.0 1.5.0 1.5.0
carp_polar_package ^1.4.0 1.4.2 1.4.2
carp_serializable ^1.1.0 1.1.1 1.1.1
carp_survey_package ^1.4.0 1.4.4 1.4.4
carp_webservices ^2.0.1 2.0.1 3.0.1
cognition_package ^1.5.0 1.5.5 1.5.5
flutter flutter 0.0.0 0.0.0
meta ^1.3.0 1.11.0 1.14.0
research_package ^1.4.0 1.5.0 1.5.0
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
air_quality - 4.0.0 4.0.0
app_usage - 3.0.1 3.0.1
archive - 3.4.10 3.4.10
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
audio_session - 0.1.19 0.1.19
audio_streamer - 4.1.1 4.1.1
base_codecs - 1.0.1 1.0.1
battery_plus - 6.0.1 6.0.1
battery_plus_platform_interface - 2.0.0 2.0.0
boolean_selector - 2.1.1 2.1.1
call_log - 4.0.0 4.0.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
connectivity_plus - 5.0.2 6.0.3
connectivity_plus_platform_interface - 1.2.4 2.0.0
convert - 3.1.1 3.1.1
cron - 0.6.0 0.6.0
crypto - 3.0.3 3.0.3
data_serializer - 1.1.0 1.1.0
dbus - 0.7.10 0.7.10
device_apps - 2.2.0 2.2.0
device_calendar - 4.3.2 4.3.2
device_info_plus - 9.1.2 10.1.0
device_info_plus_platform_interface - 7.0.0 7.0.0
esense_flutter - 1.0.0 1.0.0
exception_templates - 0.2.4 0.3.1
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_activity_recognition - 3.0.0 3.0.0
flutter_appauth - 6.0.6 6.0.6
flutter_appauth_platform_interface - 6.0.0 6.0.0
flutter_blue_plus - 1.32.4 1.32.4
flutter_local_notifications - 17.1.0 17.1.0
flutter_local_notifications_linux - 4.0.0+1 4.0.0+1
flutter_local_notifications_platform_interface - 7.1.0 7.1.0
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_sound - 9.2.13 9.4.6
flutter_sound_platform_interface - 9.2.13 9.4.6
flutter_sound_web - 9.2.13 9.4.6
flutter_svg - 2.0.10+1 2.0.10+1
flutter_timezone - 1.0.8 1.0.8
flutter_web_plugins - 0.0.0 0.0.0
form_field_validator - 1.1.0 1.1.0
globbing - 1.0.0 1.0.0
health - 9.0.1 10.2.0
html_unescape - 2.0.0 2.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
image - 4.1.7 4.1.7
intl - 0.19.0 0.19.0
iso_duration_parser - 1.1.1 1.1.1
js - 0.6.7 0.7.1
json_annotation - 4.8.1 4.8.1
just_audio - 0.9.37 0.9.37
just_audio_platform_interface - 4.2.2 4.2.2
just_audio_web - 0.4.9 0.4.9
jwt_decoder - 2.0.1 2.0.1
lazy_memo - 0.1.9 0.2.3
light - 3.0.1 3.0.1
list_operators - 0.4.3 0.4.3
location - 6.0.1 6.0.1
location_platform_interface - 4.0.0 4.0.0
location_web - 5.0.1 5.0.1
logger - 1.4.0 2.2.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
mobility_features - 4.0.1 4.0.1
nested - 1.0.0 1.0.0
network_info_plus - 4.1.0+1 5.0.3
network_info_plus_platform_interface - 1.1.3 2.0.0
nm - 0.5.0 0.5.0
noise_meter - 5.0.2 5.0.2
openmhealth_schemas - 0.3.0 0.3.0
package_info_plus - 7.0.0 8.0.0
package_info_plus_platform_interface - 3.0.0 3.0.0
path - 1.9.0 1.9.0
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
pedometer - 4.0.1 4.0.1
permission_handler - 11.3.1 11.3.1
permission_handler_android - 12.0.5 12.0.5
permission_handler_apple - 9.4.4 9.4.4
permission_handler_html - 0.1.1 0.1.1
permission_handler_platform_interface - 4.2.1 4.2.1
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.0 3.9.0
polar - 7.1.0 7.2.0
provider - 6.1.2 6.1.2
recase - 4.1.0 4.1.0
reorderables - 0.6.0 0.6.0
retry - 3.1.2 3.1.2
rxdart - 0.27.7 0.27.7
sample_statistics - 0.1.3 0.1.3
screen_state - 3.0.1 3.0.1
sensors_plus - 5.0.1 5.0.1
sensors_plus_platform_interface - 1.2.0 1.2.0
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
signature - 5.4.1 5.4.1
simple_cluster - 0.3.0 0.3.0
simple_html_css - 4.0.0 4.0.0
simulated_annealing - 0.3.8 0.3.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3 2.3.3
sqflite_common - 2.5.4 2.5.4
stack_trace - 1.11.1 1.11.1
statistics - 1.1.0 1.1.0
stats - 2.1.0 2.1.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
system_info2 - 4.0.0 4.0.0
telephony - 0.2.0 0.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
timezone - 0.9.3 0.9.3
typed_data - 1.3.2 1.3.2
upower - 0.7.0 0.7.0
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
uuid - 3.0.7 4.4.0
vector_graphics - 1.1.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
weather - 3.1.1 3.1.1
web - 0.5.1 0.5.1
win32 - 5.4.0 5.4.0
win32_registry - 1.1.3 1.1.3
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

The constraint `^2.0.1` on carp_webservices does not support the stable version `3.0.0`, that was published 2 days ago.

When carp_webservices is 30 days old, this package will no longer be awarded points in this category.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.