Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
49 views

The intent of the code I created is that whenever the data from the Pedometer changes, the data is passed in real-time via the onSensorChanged() function. However, even though data is being collected ...
user27684441's user avatar
1 vote
0 answers
175 views

call of the function came from another file and here is some details: const options = { taskName: 'steps counter', taskTitle: 'Counting steps', taskDesc: 'Track your steps in the ...
Ahmad Nourldin's user avatar
1 vote
0 answers
192 views

I'm developing a Flutter app using pedometer package to track steps of the user. I want to count steps when app is closed as well, so I used flutter_background_service package as well in order to use ...
Mustafa Karakuş's user avatar
0 votes
0 answers
128 views

I need to implement pedometer-like functions in my Android app. I need step count, distance walked, and average walking speed. I could certainly compute average walking speed myself and I could live ...
Flarosa's user avatar
  • 1,933
0 votes
1 answer
480 views

I am working on a delivery app that the company charges clients based on the number of stairs that the delivery agent has to climb. It's probable that the agent cheats and collects the stair fee in ...
Wahidullah Shadab's user avatar
1 vote
0 answers
212 views

Hi am trying to create an expo react native screen with pedometer. There are no problems with my code and my device fulfills hardware reaquiremetns as well but the code is not showing footsteps. I ...
Junaid Ahmed's user avatar
0 votes
1 answer
301 views

I have installed the blank flutter app with ONLY pedometer package : dependencies: pedometer: ^3.0.0 And paste this source, compiled without errors, but in-app : Step Count not available I ...
Milos N.'s user avatar
  • 4,887
0 votes
1 answer
370 views

Is there a best recent pedometer library that supports the expo react native project? I'm now using expo-sensors. however, it appears that it is not yet supported on Android. Thanks ahead of time. ...
pavankommi's user avatar
3 votes
0 answers
416 views

I am simply developing a pedometer app with flutter backed by firebase. pedometer package is used for detecting steps but we need to update current steps to 0 at midnight. Using workmanager and ...
Muhtar's user avatar
  • 1,718
0 votes
0 answers
163 views

I just create a new project and run the command "flutter pub add pedometer" in the terminal and that error occurs.how can I fix this?
amirreza ghabeli's user avatar
0 votes
1 answer
776 views

I'am building a simple pedometer application using flutter with pedometer package. When I start the application, it starts constantly counting steps. I want to have a button to start and pause the ...
saliem antoun's user avatar
0 votes
0 answers
85 views

I'm working on a personal project on a pedometer integrated with firebase but I'm not so good with date. Don't know if you can help out with this... What I'm trying to achieve will be a situation ...
kels_osas888's user avatar
0 votes
1 answer
3k views

I tryed a lot of packages,github repos, google fit,rn fitness etc. THere's no way to get step counts.Please help me how can I get step counts.Thank you
masterAvatarr's user avatar
0 votes
0 answers
202 views

Hi everyone I'm trying to make an pedometer app. I installed theese packages. "react-native-pedometer": "^0.0.7", "react-native-pedometer-ios-android"//then i deleted it &...
masterAvatarr's user avatar
0 votes
1 answer
461 views

Hi everyone and thanks for reading. I am using the Pedometer package (here https://pub.dev/packages/pedometer ) which is basically a step counter and am getting the following issue. The Error and my ...
Andrea herrera's user avatar
0 votes
1 answer
57 views

I'm working on an app that requires step counting. There are several devices that don't support this feature (for example in my iPad mini 2, CMPedometer.isStepCountingAvailable() returns false). Since ...
phi's user avatar
  • 10.7k
2 votes
2 answers
3k views

I used the pedometer package version ^1.2.0 in my flutter app and I noticed that it doesn't work with some devices like Samsung A30 and others, the version I used doesn't need any permissions and it ...
Mohamed Elbendary's user avatar
2 votes
0 answers
168 views

I'm working on a health application with a step-counting feature. I'using pedometer 1.2.5 https://pub.dev/packages/pedometer/versions/1.2.5 the app is working just fine while the app is not terminated ...
Adham Elnagar's user avatar
2 votes
1 answer
1k views

Background I am new to flutter and need to implement a step counter. I found the pedometer plugin for flutter, but can not get the example code to run. I am using visual studio code and android studio....
H-ward's user avatar
  • 21
0 votes
0 answers
2k views

I need to count steps using data from Accelerometer and Gyroscope from a cellphone. What algorithm can I use considering I have these data? Where my Accelerometer describes the velocity of the device,...
bluesparrow's user avatar
0 votes
1 answer
101 views

I'm in the progress of making a pedometer and using UICircularProgressRing from luispadron. I'm trying to update my circularProgressRing to show the current state of the ring to what the user has ...
Terry Lee's user avatar
0 votes
0 answers
4k views

I have a Samsung phone which apparently doesn't have a Pedometer (step counter) because when I use TYPE_STEP_COUNTER it says doesn't have one. So after searching online, I came across an ...
miatech's user avatar
  • 2,296
1 vote
1 answer
2k views

When i updated expo SDK from 32 to 35, I get returned an error "Getting step count for date range is not supported on Android yet." My code and google fit api configuration are clean. I know, because ...
Deniz Muratoğlu's user avatar
3 votes
1 answer
900 views

I have an app that just counting steps in Active State and Background Mode with CoreMotion CMPedometer. It works fine on ios 12.4.1 ios 13: steps counting doesn't work in Background Mode, but work ...
rng13's user avatar
  • 121
-1 votes
1 answer
528 views

I am working on a health care application with a pedometer function. I am using the CMPedometer class to start counting step, but I am looking for a way that can set the pedometer's Step Count to 0 ...
onlypedometers's user avatar