cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
554 stars 681 forks source link

[HEALTH]: Add default activity type when there is no match #1016

Closed PawelBijok closed 3 months ago

PawelBijok commented 3 months ago

Changes:

Reason:

Currently there is no fallback when no HealthWorkoutActivityType matches the dataPoint['workoutActivityType'] and package throws error.

Issue:

Fixes #1015