cph-cachet / flutter-plugins

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

[health] Prevent app crash on Android when Health Connect SDK is unavailable #1048

Closed SlimShadyIAm closed 2 months ago

SlimShadyIAm commented 2 months ago

Added checks for SDK status before reading, writing or otherwise interacting with Health Connect. If HC is not available, we will throw an exception to say that HC needs to be installed.

Closes #1043.

bardram commented 2 months ago

I will review this. But in general, I'm not a big fan of all the exceptions being thrown, so I will look into reducing this.

bardram commented 2 months ago

Also upgraded to the type-safe JSON serialization in carp_serialization v. 2.0