flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

Pedometer 3.0.0

Open aeropagz opened this issue 4 years ago • 1 comments

Description

I would like to grep the step amount on a Background Task without a stream. I am using (workmanager)[https://pub.dev/packages/pedometer]. Is there a way to get the last calculated step amount as an Integer? It would be nice to get without a stream because it is possible that the pedometer is not fireing an event for a long time so the Background Tasg gets stuck on waiting for a new Step event (for example during sleep).

aeropagz avatar Oct 11 '21 15:10 aeropagz

@aeropagz have you solved the issue of background tracking?

EmadBeltaje avatar Jul 08 '23 15:07 EmadBeltaje