Fitness icon indicating copy to clipboard operation
Fitness copied to clipboard

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.

Results 9 Fitness issues
Sort by recently updated
recently updated
newest added

when I integrate google sign-in with the firebase auth package. it causes an error. then I remove the above package, it will work smoothly. is it possible to get an...

See https://github.com/dev-juyoung/Fitness/issues/15 I just wanted to show a fix. I'm nor sure whether you would want to keep this backwards compatible, if that's possible.

I just wanted to upgrade my project to a newer gradle and kotlin version, but there are requirements, which does not apply for this plugin. The Android Studio Gradle Plugin...

Hello and thank you for the great work. I'm wondering why does the plugin not cover more than the steps count feature as opposed to the 'Health' package? would it...

Execution failed for task ':fitness:compileReleaseKotlin'. e: C:\Users\lenovo\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\fitness-1.0.1\android\src\main\kotlin\dev\juyoung\fitness\FitnessPlugin.kt: (326, 42): Unexpected token e: C:\Users\lenovo\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\fitness-1.0.1\android\src\main\kotlin\dev\juyoung\fitness\FitnessPlugin.kt: (35, 1): Class 'FitnessPlugin' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0:...

`flutter: [requestPermission]::true flutter: [hasPermission]::false ` I am running demo app, it gives true but when trying to retrieve data it gives false

Hello, I just add few lines of code to make the `read` function return the step same as the step that displays in GoogleFit App. Right now, they are not...

`Unhandled Exception: Null check operator used on a null value #0 Fitness.read. package:fitness/src/fitness.dart:43 #1 _rootRunUnary (dart:async/zone.dart:1362:47) #2 _CustomZone.runUnary (dart:async/zone.dart:1265:19) `

When try to build android version using flutter both request permission and has permission is true But Read return empty array. Please see the below screenshot Please help !! Many...