Installation

Flutter ==> Apple Health module

Apple Health has its own module in the Inform SDK, therefore the following modules are required to use the Apple Health integration:

To use the validic_healthkit package, add it to your pubspec.yaml file:

dependencies:
  validic_healthkit:
    hosted:
      name: validic_healthkit
      url: https://validic.jfrog.io/artifactory/api/pub/mobile-pub
    version: ^0.0.1

Then, import the package in your Dart code:

import 'package:validic_healthkit/validic_healthkit.dart';