Skip to content

Commit

Permalink
Use and register health package
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsRefsgaard committed Sep 25, 2023
1 parent 05a3283 commit 562f5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'dart:convert';
import 'dart:ui' as ui;
import 'dart:io';

import 'package:carp_health_package/health_package.dart';
import 'package:flutter/material.dart';
import 'package:json_annotation/json_annotation.dart';
import 'package:fl_chart/fl_chart.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/sensing/sensing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Sensing {
//SamplingPackageRegistry.register(CommunicationSamplingPackage());
SamplingPackageRegistry().register(MediaSamplingPackage());
SamplingPackageRegistry().register(SurveySamplingPackage());
//SamplingPackageRegistry.register(HealthSamplingPackage());
SamplingPackageRegistry().register(HealthSamplingPackage());
SamplingPackageRegistry().register(ESenseSamplingPackage());
SamplingPackageRegistry().register(PolarSamplingPackage());

Expand Down

0 comments on commit 562f5dd

Please sign in to comment.