flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

implement apple healthkit mindfulness data addition

Open cancng opened this issue 1 year ago • 1 comments

iOS apps were crashing when saving data in the MINDFULNESS data type. Since the MINDFULNESS data type receives HKCategoryValue.notApplicable i.e. 0 instead of the value, a separate method has been added to fix this error.

cancng avatar Sep 15 '23 08:09 cancng