heka_health 0.0.2
heka_health: ^0.0.2 copied to clipboard
Plugin for integrating HekaHealth SDK in your Flutter Application.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add heka_healthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
heka_health: ^0.0.2Alternatively, 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:heka_health/heka_health.dart';