kvs-coder / health_kit_reporter

A Flutter wrapper for the HealthKitReporter library
https://pub.dev/packages/health_kit_reporter
MIT License
38 stars 38 forks source link

Add max field to Statistics #76

Open karolinaoparczyk opened 1 week ago

karolinaoparczyk commented 1 week ago

Is your feature request related to a problem? Please describe. My project requires getting max, alongside average, in Statistics when getting infromation about heart rate.

Describe the solution you'd like I've created a PR adding discreteMax to Statistics in https://github.com/kvs-coder/HealthKitReporter/pull/28. An additional change here is needed to add a new field to Statistics class.

Describe alternatives you've considered Not applicable.

Additional context None.

karolinaoparczyk commented 1 week ago

I've created a PR with the change: https://github.com/kvs-coder/health_kit_reporter/pull/77