{"id":18981860,"url":"https://github.com/cph-cachet/research.package","last_synced_at":"2025-04-05T13:07:39.832Z","repository":{"id":43114347,"uuid":"160700978","full_name":"cph-cachet/research.package","owner":"cph-cachet","description":"A Flutter package implementing support for surveys like ResearchStack and ResearchKit","archived":false,"fork":false,"pushed_at":"2025-03-21T10:32:01.000Z","size":88107,"stargazers_count":51,"open_issues_count":26,"forks_count":44,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T12:08:02.278Z","etag":null,"topics":["consent","flutter","flutter-package","researchkit","researchstack","survey"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cph-cachet.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-06T16:21:34.000Z","updated_at":"2025-02-15T11:50:14.000Z","dependencies_parsed_at":"2024-01-15T12:54:35.534Z","dependency_job_id":"ff50497d-e397-4379-887c-f0d064153883","html_url":"https://github.com/cph-cachet/research.package","commit_stats":{"total_commits":349,"total_committers":14,"mean_commits":"24.928571428571427","dds":0.6762177650429799,"last_synced_commit":"2f3f22bf7d736d8800a2b5ce8b18b0b89d834bb6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cph-cachet%2Fresearch.package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cph-cachet%2Fresearch.package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cph-cachet%2Fresearch.package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cph-cachet%2Fresearch.package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cph-cachet","download_url":"https://codeload.github.com/cph-cachet/research.package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["consent","flutter","flutter-package","researchkit","researchstack","survey"],"created_at":"2024-11-08T16:11:32.133Z","updated_at":"2025-04-05T13:07:39.811Z","avatar_url":"https://github.com/cph-cachet.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Research Package\n\n[![pub package](https://img.shields.io/pub/v/research_package.svg)](https://pub.dartlang.org/packages/research_package)\n[![style: effective dart](https://img.shields.io/badge/style-pedandic_dart-40c4ff.svg)](https://pub.dev/packages/pedandic_dart)\n[![github stars](https://img.shields.io/github/stars/cph-cachet/research.package.svg?style=flat\u0026logo=github\u0026colorB=deeppink\u0026label=stars)](https://github.com/cph-cachet/research.package)\n[![MIT License](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)\n\nResearch Package is a Flutter [package](https://pub.dartlang.org/packages/research_package) for building research study apps on Android and iOS using [Flutter](https://flutter.dev).\n\nResearch Package is a Flutter implementation of the [Apple ResearchKit](https://www.researchandcare.org/researchkit/) available for iOS (just like [ResearchStack](https://github.com/ResearchStack/ResearchStack) is for Android). The overarching goal of ResearchPackage is to enable developers and researchers to design and build cross-platform (iOS and Android) research applications using the same codebase.\n\nResearch Package is designed from the ground up to meet the requirements of most scientific research, including capturing participant consent, extensible input tasks, and the security and privacy needs necessary for IRB approval.\nThe main features of Research Package are:\n\n- [Obtaining informed consent](https://carp.cachet.dk/obtaining-consent/) from participants, including support for a signature.\n- [Creating surveys](https://carp.cachet.dk/creating-a-survey/) and questionnaires with a wide range of answer formats (e.g., Likert scale, date pickers, image pickers, etc.), such as the [WHO5](https://www.psykiatri-regionh.dk/who-5/Documents/WHO-5%20questionaire%20-%20English.pdf) survey.\n- [Supporting localizations](https://carp.cachet.dk/localization/) of surveys and informed consent.\n\nResearch Package is part of the overall [Copenhagen Research Platform (CARP)](https://carp.cachet.dk) with also provides a Flutter package for mobile and wearable sensing called [CARP Mobile Sensing](https://pub.dev/packages/carp_mobile_sensing).\nThe [Pulmonary Monitor](https://github.com/cph-cachet/pulmonary_monitor_app) app shows how mobile sensing can be combined with collection of survey data from users.\n\n## Documentation\n\nThere is a set of tutorials, describing:\n\n- the overall [software architecture](https://carp.cachet.dk/research-package-api/) of Research Package\n- how to create an [informed consent](https://carp.cachet.dk/obtaining-consent/) flow\n- how to define and run [user surveys](https://carp.cachet.dk/creating-a-survey/)\n- how to enable [localization](https://carp.cachet.dk/localization/)\n\nThe [Research Package Flutter API](https://pub.dev/documentation/research_package/latest/) is available (and maintained) as part of the package release at pub.dev.\n\n## Example Application\n\nThere is an [example app](https://github.com/cph-cachet/research.package/tree/master/example) which demonstrates the different features of Research Package as implemented in a Flutter app.\n\n## Who is backing this project?\n\nResearch Package is made by the [Copenhagen Center for Health Technology (CACHET)](https://www.cachet.dk/) and is an important component in the [Copenhagen Research Platform (CARP)](https://carp.cachet.dk), which is used in a number of applications and studies.\nThe current project maintainers are [Mads Vedel Saaby Christensen](https://github.com/MadsVSChristensen) and [Jakob E. Bardram](https://www.bardram.net).\n\n## How can I contribute?\n\nWe are more than happy to take contributions and feedback.\nUse the [Issues](https://github.com/cph-cachet/research.package/issues) page to file an issue or feature request.\nBesides general help for enhancement and quality assurance (bug fixing), we welcome input on new answer types.\n\n## License\n\nThis software is copyright (c) [Copenhagen Center for Health Technology (CACHET)](https://www.cachet.dk/)\nat the [Technical University of Denmark (DTU)](https://www.dtu.dk).\nThis software is available 'as-is' under a [MIT license](https://github.com/cph-cachet/research.package/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcph-cachet%2Fresearch.package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcph-cachet%2Fresearch.package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcph-cachet%2Fresearch.package/lists"}