flutter_health_kit 0.0.1-dev.15 copy "flutter_health_kit: ^0.0.1-dev.15" to clipboard
flutter_health_kit: ^0.0.1-dev.15 copied to clipboard

PlatformiOS

Apple HealthKit plugin for Flutter to reading and observing records

flutter_health_kit #

This plugin allows Flutter apps to read and subscribe to changes in the Apple HealthKit store.

Getting Started #

Request authorization to read data from the HealthKit store:

bool isAuthorized = await FlutterHealthKit.requestAuthorization(
read: [HKSampleTypeIdentifier.workout]);

Read data from the HealthKit store:

final workouts = await FlutterHealthKit.querySampleType<Workout>(HKSampleTypeIdentifier.workout);
1
likes
160
pub points
49%
popularity

Publisher

unverified uploader

Apple HealthKit plugin for Flutter to reading and observing records

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, plugin_platform_interface

More

Packages that depend on flutter_health_kit