carp_context_package 0.6.3 carp_context_package: ^0.6.3 copied to clipboard
CARP context sampling package. Samples location, activity, weather, and geofence.
0.6.2 #
- 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 newTrigger
model incarp_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
version0.3.*