-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Fit #11
Comments
Hi @alabotski, I have never tried Google fit and I am not sure what you exactly propose. Are you asking that the app trale is syncing the weight measurements directly from google fit, that you do not need to enter it twice? |
@braniii For example And then for example Water Drink Reminder Screenshot_20240106-172858 As a result, I don’t apply weight with my hands at all =) PS Sorry for English |
@alabotski I did some research and found a package that is able to connect flutter apps to the google fit api. https://pub.dev/packages/health However, it requires an internet permission. My concern is, that an app storing sensitive data should not be able to access the internet. A possible way out would be to create a new flavour which includes the google fit api. Due to our limited resources, this will sadly not happen anytime soon. |
I would highly suggest health connect as no account or internet connection is required for that |
Thank you for this hint. Are you referring to the package flutter health connect or the android api? |
Hi can you add support sync with Google Fit?
I my weight changes in Google Fit, app shall change my weight itself
The text was updated successfully, but these errors were encountered: