daily_steps
daily_steps copied to clipboard
Step count reset to 0 on application open every time iOS.
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
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
Need urgent help.
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