Jakob E. Bardram
Jakob E. Bardram
An `RPStep` implementation which can display a video or image as a step during surveys Open questions: - Where to upload the media? (YouTube? Resources on the portal? Any link?)...
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 should get rid of `rxdart` as a dependency - it is causing a lot of dependency problems on a regular bases - like this one: ``` Because research_package >=1.7.1...
CARP is no longer a sub-part of the CACHET center (which has ended by the end of 2024). Now, carp.dk is its own domain. All namespaces need to stop using...
See list of plugins at * https://github.com/cph-cachet/flutter-plugins - [x] health - [x] weather - [x] air quality - [x] screen state - [x] light - [x] pedometer - [x] noise...
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...
Change the completed app task type to also contain the task type, like this: `dk.cachet.carp.completedapptask.survey` For backward compatibility, we should probably keep the old type and upload both types of...
For all packages, do: * Upgrade to CAMS API level 2.0.0 * Upgrade all sub-packages * Remove dependency overrides in example pubspec and add `// ignore_for_file: depend_on_referenced_packages` to `example.dart` file...
See [flutter_activity_recognition](https://pub.dev/packages/flutter_activity_recognition).