issues
search
metaflowltd
/
flutter_health_fit
A flutter plugin for using Apple HealthKit and Google Fit.
Other
88
stars
33
forks
source link
LMN-5201 | [Health fit] Provide authorization result with status
#70
Closed
a-vachasov
closed
2 years ago
a-vachasov
commented
2 years ago
changed authorize return type. The new HealthFitAuthorizationResult contains authorization status enum and an optional error object.
moved platform exception check for userCancelled status from the app to the package for better responsibility separation.