python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I have a trouble counting steps with expo pedometer
I am using expo pedometer but I have two problems:
It doesn't seem to count the steps,the steps count is always zero.
The Pedometer.getStepCountAsync function isn't supported in android.
I am usin...
Menna Magdy
Votes: 0
Answers: 1
pedometer pause and stop flutter
I'am building a simple pedometer application using flutter using pedometer package.
When I start the application it start constanly counting steps.
I want to have a button to start and pause the count...
saliem antoun
Votes: 0
Answers: 0
Flutter: how can I permanently register a sensor (and never unregister it?)
TL;DR how can I have an Android sensor permanently running/active/registered for my app, even if I close it?
Objective:
I'm making a Flutter application that counts your steps using the pedometer pack...

Cedric
Votes: 0
Answers: 1