health_connector 3.9.5 copy "health_connector: ^3.9.5" to clipboard
health_connector: ^3.9.5 copied to clipboard

The most comprehensive Flutter health SDK for seamless iOS HealthKit and Android Health Connect integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add health_connector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  health_connector: ^3.9.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:health_connector/health_connector.dart';