Installation
Flutter ==> Health Connect module
Health Connect has its own module in the Inform SDK, therefore the following modules are required to use the Health Connect integration:
- Core (Session)
- Health Connect
Installation
Creating a Flutter project using the ValidicMobile plugin involves the following steps. To use the validic_health_connect
package, add it to your pubspec.yaml
file:
dependencies:
validic_health_connect:
hosted:
name: validic_health_connect
url: https://validic.jfrog.io/artifactory/api/pub/mobile-pub
version: ^0.0.1
Then, import the package in your Dart code:
import 'package:validic_health_connect/validic_health_connect.dart';
Updated 1 day ago