You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
you need to add condition,becuase in start your savedstepcount is equals to todaysteps,
add if(todaySteps == 0) { todaySteps = value; }
below todaySteps = value-savedStepsCount; in setstate in getTodaySetps function
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am facing the issue in iOS, every time I kill and open the application it resets my step counter to zero.
Please help.
I followed also the steps of this link
https://github.com/cph-cachet/flutter-plugins/tree/master/packages/pedometer
The text was updated successfully, but these errors were encountered: