huawei_health 6.11.0+304 huawei_health: ^6.11.0+304 copied to clipboard
Health Kit provides a data platform with fitness and health open capabilities, so that developers can build related apps and services based on a multitude of data types.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_health
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_health: ^6.11.0+304
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:huawei_health/huawei_health.dart';