health_kit_reporter 1.2.0-nullsafety.0 health_kit_reporter: ^1.2.0-nullsafety.0 copied to clipboard
Helps to write or read data from Apple Health via HealthKit framework.
[1.2.0-nullsafety.0] - 12.03.2021 #
- Null safety support
[1.1.1] - 12.03.2021 #
- Anchored Query fix with deleted objects
[1.1.0] - 25.02.2021 #
- iOS 9.0 support
- FIx with workout values
- Fix with UUID of Samples
[1.0.10] - 01.02.2021 #
- Fix issue with saving Workout
[1.0.9] - 01.02.2021 #
- Added UUID property for Wrappers of original HKObjectTypes
[1.0.8] - 28.01.2021 #
- Extended enum cases for Characteristic, Quantity and Category types
[1.0.7] - 17.01.2021 #
- Fix with PreferredUnit
[1.0.6] - 23.12.2020 #
- Fix with HKActivitySummaryType
[1.0.5] - 09.12.2020 #
- Add background delivery in the sample app
- Fix with enable background delivery
[1.0.4] - 09.12.2020 #
- Event channels fix for long-running queries
[1.0.2] - 25.11.2020 #
- Example app add Electrocardiogram read
[1.0.1] - 25.11.2020 #
- Better code documentation
[1.0.0] - 25.11.2020 #
- Initial release.
- Full wrap for the HealthKitReporter library
- All models from HealthKitReporter represented in Dart
- Method channel functions
- Event channel handling for long-running queries
- Code documentation
[0.0.1+1] #
- Dart HK Models from HealthKitReporter
- iOS Swift bridging
- Event and Method channel wrappers