Skip to content

Commit

Permalink
updated version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasnilsson committed Sep 26, 2020
1 parent b1dc2f1 commit 82c7eb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/health/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.5
* Now uses 'device_info' rather than 'device_id' for getting device information

## 2.0.4+1
* Static analysis, formatting etc.

Expand Down
2 changes: 1 addition & 1 deletion packages/health/example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"device_info","path":"/Users/tnni/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/","dependencies":[]},{"name":"health","path":"/Users/tnni/GitHub/flutter-plugins/packages/health/","dependencies":["device_info"]}],"android":[{"name":"device_info","path":"/Users/tnni/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/","dependencies":[]},{"name":"health","path":"/Users/tnni/GitHub/flutter-plugins/packages/health/","dependencies":["device_info"]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"device_info","dependencies":[]},{"name":"health","dependencies":["device_info"]}],"date_created":"2020-09-26 18:28:33.667680","version":"1.17.5"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"device_info","path":"/Users/tnni/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/","dependencies":[]},{"name":"health","path":"/Users/tnni/GitHub/flutter-plugins/packages/health/","dependencies":["device_info"]}],"android":[{"name":"device_info","path":"/Users/tnni/.pub-cache/hosted/pub.dartlang.org/device_info-0.4.2+8/","dependencies":[]},{"name":"health","path":"/Users/tnni/GitHub/flutter-plugins/packages/health/","dependencies":["device_info"]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"device_info","dependencies":[]},{"name":"health","dependencies":["device_info"]}],"date_created":"2020-09-26 18:33:11.282497","version":"1.17.5"}
2 changes: 1 addition & 1 deletion packages/health/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class _MyAppState extends State<MyApp> {

/// Fetch new data
List<HealthDataPoint> healthData =
await health.getHealthDataFromTypes(startDate, endDate, types);
await health.getHealthDataFromTypes(startDate, endDate, types);

/// Save all the new data points
_healthDataList.addAll(healthData);
Expand Down
2 changes: 1 addition & 1 deletion packages/health/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: health
description: Wrapper for the iOS HealthKit and Android GoogleFit services.
version: 2.0.4+1
version: 2.0.5
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/health

environment:
Expand Down

0 comments on commit 82c7eb1

Please sign in to comment.