flutter-plugins
flutter-plugins copied to clipboard
Pedometer 3.0.0
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 have you solved the issue of background tracking?