flutter_health_kit

Last updated:

0 purchases

flutter_health_kit Image
flutter_health_kit Images
Add to Cart

Description:

flutter health kit

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]);
copied to clipboard
Read data from the HealthKit store:
final workouts = await FlutterHealthKit.querySampleType<Workout>(HKSampleTypeIdentifier.workout);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.