Skip to main content

Introduction

Install the rook_sdk_apple_health package and learn about its features.

Features

  • Get authorization.
  • Register users.
  • Sync Apple Health summaries and events.
  • Sync health data automatically on background and with every app launch.
  • Retrieve a list of other available data sources.
  • Display a pre-built connections page inside your app.

Development environment

Dart and Flutter

This package was developed with the following sdk constraints:

dart: >=3.10.4 <4.0.0 flutter: >=3.0.0

Xcode

The SDK requires Xcode 26.0 or higher.

Required dependencies

To use this package you'll need to add the following dependencies to your project:

Installation

  • rook_sdk_apple_health
    • Latest version: Apple Health Version
    • Latest stable version: 4.0.0
    • LTS version (supported until September 27, 2026): 3.3.0
  • rook_sdk_core
    • Latest version: Core Version
    • Latest stable version: 4.0.0
    • LTS version (supported until September 27, 2026): 1.2.0
flutter pub add rook_sdk_core
flutter pub add rook_sdk_apple_health