flutter-plugins
flutter-plugins copied to clipboard
Pedometer : need a method to get current steps count.
As of now there is no way to get current steps count. We need to rely on _stepCountStream.listen(onStepCount) stream and also this stream return steps data when user is actually moving.
Can we have something that gives steps count manually or through a function call ?
Still waiting for this feature...