From 5e38d1d9e78d28afc1cc0e4ceae87dc69f9f4b36 Mon Sep 17 00:00:00 2001 From: Martin Anderson Date: Tue, 26 Nov 2019 00:27:11 +0200 Subject: [PATCH] fix README.md for pub.dev --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 316676b..14d65cf 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ void readAll() async { These are currently available data types and their corresponding GoogleFit/HealthKit types. -| Data Type | Android (GoogleFit) | iOS (HealthKit) | Unit | -| --------------------------: | ----------------- | ----------------- | -------------- | +| Data Type | Android (GoogleFit) | iOS (HealthKit) | Unit | +| --------: | ------------------- | --------------- | ---- | | **HEART_RATE** | [TYPE_HEART_RATE_BPM](https://developers.google.com/android/reference/com/google/android/gms/fitness/data/DataType.html#TYPE_HEART_RATE_BPM) | [heartRate](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifier/1615138-heartrate) | _count/min_ | | **STEP_COUNT** | [TYPE_STEP_COUNT_DELTA](https://developers.google.com/android/reference/com/google/android/gms/fitness/data/DataType.html#TYPE_STEP_COUNT_DELTA) | [stepCount](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifier/1615548-stepcount) | _count_ | | **HEIGHT** | [TYPE_HEIGHT](https://developers.google.com/android/reference/com/google/android/gms/fitness/data/DataType.html#TYPE_HEIGHT) | [height](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifier/1615039-height) | _meter_ | @@ -67,4 +67,4 @@ These are currently available data types and their corresponding GoogleFit/Healt There's some differences on iOS for these methods: * `FitKit.hasPermissions` - false means no, true means user has approved or declined permissions. > To help prevent possible leaks of sensitive health information, your app cannot determine whether or not a user has granted permission to read data. If you are not given permission, it simply appears as if there is no data of the requested type in the HealthKit store. [https://developer.apple.com/documentation/healthkit/hkhealthstore/1614154-authorizationstatus](https://developer.apple.com/documentation/healthkit/hkhealthstore/1614154-authorizationstatus) -* `FitKit.revokePermissions` - isn't supported by HealthKit, method does nothing. \ No newline at end of file +* `FitKit.revokePermissions` - isn't supported by HealthKit, method does nothing.