metaflowltd / flutter_health_fit

A flutter plugin for using Apple HealthKit and Google Fit.
Other
86 stars 31 forks source link

LMN-7162 | Crash fix on workouts stream handler #81

Closed rtokun closed 2 years ago

rtokun commented 2 years ago

Bug link: https://metaflow.atlassian.net/browse/LMN-7162 Fixing potential crash on background, when detached from flutter engine and workouts message is coming inbackgrond. The fix is actually is cleaning the listener on the detaching callback.