carp.sensing-flutter
carp.sensing-flutter copied to clipboard
CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.
It seems like the `AppTaskControlExecutor` runs multiple time, resulting in several tasks being enqued in the `AppTaskController`. Protocol: ``` // Add a task after deployment and make a notification. protocol.addTaskControl(...
The example app shows: ``` You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate...
We should add a simple **Analysis** sub-system to CAMS (note that such an analysis sub-system is part of the [original CARP Core architecture](https://github.com/cph-cachet/carp.core-kotlin?tab=readme-ov-file#architecture)). Use cases include: * Aggregating step counts...
A few days before I didn't have any problems getting the step count. Now it doesnt come trough anymore. I tried the following: ``` protocol.addTaskControl( ImmediateTrigger(), BackgroundTask() ..addMeasure(Measure(type: SensorSamplingPackage.STEP_COUNT)), phone);...
## Problem When you are invited to a new study and you are already signed in, and you try to accept the invitation, you will get a 403 error. This...
Right now, permissions are handled on a package level. For example, the connectivity package, asks for access to nearby BLE devices to support the `BLUETOOTH` measure. Hence, if the connectivity...
Spelling mistake in one of the PhoneNumber fields https://github.com/cph-cachet/carp-webservices-spring/blob/develop/docs/input-data-types.md#phonenumber ICO -> ISO
Using the [screen_time_api_ios](https://pub.dev/packages/screen_time_api_ios) we should be able to capture screen time on iOS. This is, however, a highly sensitive API access on iOS and it will be difficult to get...
We get this on probe initialization: ``` E/flutter (11673): [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method startBackgroundService on channel plugins.shounakmulay.com/foreground_sms_channel) E/flutter (11673): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:365:7) platform_channel.dart:365 E/flutter (11673): E/flutter...