datasapien_sdk_health 0.3.0
datasapien_sdk_health: ^0.3.0 copied to clipboard
Health module for DataSapien Flutter SDK (build-time dependency)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add datasapien_sdk_healthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
datasapien_sdk_health: ^0.3.0Alternatively, 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:datasapien_sdk_health/datasapien_sdk_health.dart';