flutter-plugins
flutter-plugins copied to clipboard
implement apple healthkit mindfulness data addition
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.