Skip to content

Provides essential cards, views, models, protocols, and extensions to expedite building CareKit based applications.

License

Notifications You must be signed in to change notification settings

netreconlab/CareKitEssentials

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2024
Mar 4, 2025
Jul 7, 2024
Mar 4, 2025
Feb 19, 2025
Mar 4, 2025
Jul 8, 2024
May 15, 2023
Jul 6, 2024
Nov 26, 2024
Jul 8, 2024
Mar 22, 2023
Mar 4, 2025
Mar 4, 2025
Jan 2, 2025

CareKitEssentials

Documentation Documentation Tuturiol Xcode 16.1+ ci codecov License

Provides essential cards, views, models, protocols, and extensions to expedite building CareKit based applications.

Entensions

A number of public extensions are available to make using CareKit easier. All of the extensions can be found in the Extensions folder.

Usage

You can create SwiftUI views that conform to CareKitEssentialView to obtain a number of convenience methods for saving and deleting outcomes. The framework adds a number of additional cards that can be found in the Cards folder. The following add views/cards are based on CareKitEssentialView:

Shared

CareEssentialChartView to create charts from CareKit data based on SwiftUI Charts.

image

iOS

SliderLogTaskView can be used to quickly create a slider view

image

watchOS

DigitalCrownView can be used to quickly create a view that responds to the crown

image