From 82c7eb11b6c6e73d54784a4689e3f478b3682db1 Mon Sep 17 00:00:00 2001 From: thomasnilsson Date: Sat, 26 Sep 2020 18:33:39 +0200 Subject: [PATCH] updated version to 2.0.5 --- packages/health/CHANGELOG.md | 3 +++ packages/health/example/.flutter-plugins-dependencies | 2 +- packages/health/example/lib/main.dart | 2 +- packages/health/pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/health/CHANGELOG.md b/packages/health/CHANGELOG.md index 57e22a3cf..c0587a2b6 100644 --- a/packages/health/CHANGELOG.md +++ b/packages/health/CHANGELOG.md @@ -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. diff --git a/packages/health/example/.flutter-plugins-dependencies b/packages/health/example/.flutter-plugins-dependencies index 9bb553f76..f83a07ee5 100644 --- a/packages/health/example/.flutter-plugins-dependencies +++ b/packages/health/example/.flutter-plugins-dependencies @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/packages/health/example/lib/main.dart b/packages/health/example/lib/main.dart index ff1628c61..97f0ce81c 100644 --- a/packages/health/example/lib/main.dart +++ b/packages/health/example/lib/main.dart @@ -47,7 +47,7 @@ class _MyAppState extends State { /// Fetch new data List healthData = - await health.getHealthDataFromTypes(startDate, endDate, types); + await health.getHealthDataFromTypes(startDate, endDate, types); /// Save all the new data points _healthDataList.addAll(healthData); diff --git a/packages/health/pubspec.yaml b/packages/health/pubspec.yaml index 2915e4420..c8901fa12 100644 --- a/packages/health/pubspec.yaml +++ b/packages/health/pubspec.yaml @@ -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: