Carp.sensing Flutter Versions Save

CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.

v1.4.0

5 months ago

First major release of CARP Mobile Sensing based on CARP Core API level 1.x.

v0.40.13

7 months ago

The last version in the 0.40.x series of releases before moving to the 1.x.x series of releases.

v0.40.x

1 year ago

Major upgrade of carp_mobile_sensing plus all packages. Main features include:

  • Better support for app (re)start, especially when killed by the OS
  • Better support for notifications for AppTasks, also when the app is in the background or even killed by the OS
  • Better support for device management on runtime, especially device descriptors and reconnection

The has also be added support for the Polar devices via the carp_polar_package sampling package.

All the demo apps – CAMS Demo, Pulmonary Monitors and the CARP Study App - have all been updated and used for debugging.

v0.33.x

2 years ago

CAMS Core

  • release of carp_core v. 0.33.x incl. the device API
  • update of carp_mobile_sensing to reflect carp_core domain and runtime models
  • improvements and bug fixing
  • upgrading to recent Flutter plugins

Packages

  • all packages updated to v. 0.33.x API
  • fix of various bugs
  • update to new DeviceDescriptor for
    • eSense package
    • Movisens package

Utilities

  • update to the carp_study_generator to 0.33.x API

Apps

  • carp_mobile_sensing_app updated to v. 0.33.0 API
  • pulmonary_monitor app
    • updated to v. 0.33.0 API
    • included example of using cognition_package

v0.30.x

2 years ago

Release of null-safe version of the entire CAMS suite of products, including:

  • carp_core
  • carp_mobile_sensing
  • all carp_XXX_package sampling packages
  • carp_webservices and carp_backend
  • carp_study_generator
  • carp_mobile_sensing_app

Various bug fixes and PRs done as well. See the CHANGELOG of each package on pub.dev.

v0.21.0

2 years ago

CAMS Core

  • release of carp_core v. 0.21.x incl. the client sub-system
  • update of carp_mobile_sensing to reflect carp_core domain and runtime models

Packages

  • all packages updated to v. 0.21.x API
  • carp_webservices updated to v. 0.21.x API
  • carp_backend supports handling
    • custom protocols
    • informed consent
    • localization files

Utilities

  • created the carp_study_generator as a CLI tool for uploading protocols, informed consent, and localization to CARP

Apps

  • carp_mobile_sensing_app updated to v. 0.21.0 API
  • pulmonary_monitor app updated to v. 0.21.0 API

v0.20.0

3 years ago

CAMS Core

  • release of Dart implementation of carp_core
  • complete re-writes of carp_mobile_sensing to reflect carp_core domain and runtime models

Packages

  • all packages updated to v. 0.20.0 API
  • carp_webservices update to CARP web service and carp_core models (using study deployment ids)
  • support for download of custom protocols from CANS in carp_backend

Apps

  • carp_mobile_sensing_app updated to v. 0.20.0 API
  • pulmonary_monitor app updated to v. 0.20.0 API

v0.12.0

3 years ago

CAMS Core

  • feature: support for handling a Device as part of a study configuration.
  • refactor: rename of Device to DeviceInfo.

Packages

  • all packages updated to v. 0.12.0 API

v0.11.0

3 years ago

CAMS core

  • refactor: improved (de)serialization in the Serialization class.
  • refactor: named constructors in the Study and Measure classes.
  • feature: support for handling local settings on the phone in the Settings.
  • feature: added description property to Measure.
  • feature: added support for an AppTask can expire, i.e. be removed from the queue.
  • fix: issue #139
  • fix: issue #140

Packages

  • all packages updated to v. 0.11.0 API

Apps

  • all apps updated to version 0.11.0 API

v0.10.0

3 years ago

carp_mobile_sensing:

  • breaking: a new AppTask model is implemented
    • see documentation on the CAMS wiki.
    • see the Pulmonary app for an example on how to use this new model.
  • fix: issue #98
  • fix: issue #114
  • fix: issue #113

Sampling Packages:

Demo Applications:

  • update and release of the Pulmonary app as an example on how to use the new AppTask model.

All Flutter packages released to pub.dev.