carp_context_package 0.9.0+3 copy "carp_context_package: ^0.9.0+3" to clipboard
carp_context_package: ^0.9.0+3 copied to clipboard

outdated

CARP context sampling package. Samples location, mobility, activity, weather, air-quality, and geofence.

0.9.0+3 #

  • Formatting

0.9.0+2 #

  • Corrected static analysis errors caused by an old location plugin
  • Upgraded dependecies to their newest versions
  • In particular, MobilityFeatures was upgraded to the 2.x.x API

0.9.0+1 #

  • Corrected static analysis error caused by the new Activity Recognition API
  • Added example

0.8.6 #

  • Removed the latitude and longitude fields from WeatherMeasure since they were not used.

0.8.5 #

0.8.0 #

  • upgrade to carp_mobile_sensing v. 0.8.x

0.7.1 #

  • upgrade to carp_mobile_sensing v. 0.7.1 and weather v. 1.1.x

0.7.0 #

  • upgrade to carp_mobile_sensing v. 0.7.0

0.6.6 #

  • the location measure is now a DatumProbe and only collects location on request. If continuous (stream-based) location is needed, use the geolocation measure.
  • using our own Flutter plugin for activity recognition - activity_recognition_flutter.

0.6.5 #

  • upgrade to carp_mobile_sensing v. 0.6.5

0.6.4 #

  • change of location provider to the geolocator plugin.
  • introduction of a geolocation measure type for listening to location events.
  • adjustment of the LocationMeasure to hold configuration for specifying various options.

0.6.3 #

  • support for air_quality

0.6.1 #

  • Changed the location probe to a periodic probe which can be configured to sample location data on a specific frequency.
  • allignment with carp_mobile_sensing v. 0.6.1.
  • testing on iOS reveals that activity recognition does not work on iOS

0.6.0 #

  • update to carp_mobile_sensing version 0.6.0
  • Weather measure is no longer periodic but 'one-off', i.e. at DatumProbe. Use the new Trigger model in carp_mobile_sensing v.0.6.0 to achieve periodic sampling of weather information.

0.5.0 BREAKING #

  • Upgraded to use carp_mobile_sensing version 0.5.0
    • Breaking change. This version has been migrated from the deprecated Android Support Library to AndroidX. This should not result in any functional changes, but it requires any Android app using this plugin to also migrate if using the original support library.
    • See Flutter AndroidX compatibility

0.3.6 #

  • small update to domain model

0.3.5 #

  • update to json_serialization v.2
  • added support for geofence measure

0.3.4 #

  • update to carp_mobile_sensing version 0.3.10

0.3.3 #

  • Documentation

0.3.2 #

  • Update to carp_mobile_sensing v. 0.3.7
  • Using the data types in the package (activity, weather, location)

0.3.1 #

  • Documentation

0.3.0 #

  • Initial release compatible with carp_mobile_sensing version 0.3.*