-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] [ANDROID/IOS] your issue.... #2
Comments
Hey @Amrazyan thanks for creating the issue and using the plugin. That is very interesting. I haven't experience it or maybe I did not notice. Could you share a bit more about the situation: your testing code; how you are testing it, android and ios configuration and versions,... anything you believe could be relevant to the problem. Thanks in advance ;) |
Hi @Flucadetena Im testing on physical devices like iphone 13 and it happens on both ios and android , and Im using your example code sometimes its just lets say correcting values, here is another log, scoreIndex represents steps from _listenStepCountStream method |
Hi @Amrazyan I'll test it tomorrow and get back to you. Lets see if I can find a solution quickly. I'll keep you posted. |
Thank you so much |
Hey @Amrazyan I've been working on it and I can't seem to reproduce the problem. There are a couple of things that caught my attention and you can help me understand better the tests to see if I can reproduce it. Do this please and I'll try again: 1.- Paste de code you are using, if it is the example app paste the whole "main.dart" in here between ``` Hopefully with this I can reproduce it and give you more insight. ;) |
Hi @Flucadetena , sorry for late reply, I will try to create example app, and share with you as soon as possible |
@Amrazyan Awesome thanks! No worries, taking the time you need, no hurry ;) |
Hey @Amrazyan any news on this? Where you able to find any new information?? |
Hi @Flucadetena https://we.tl/t-zcmB9J6Utz , Im sharing with you an example app,it is the simple representation of my real project. |
Hi @Amrazyan I'm not sure why but i cant open the link. Could you please share the repo of the project with me? or create a new repo in git and share it please? |
Hey @Amrazyan If you find a way to send me the code to test or get new info, feel free to comment or reopen the issue. Hope it worked out in the end ;) |
Describe the bug
Sometimes when listening to step changes, it can give some wrong values, and then make corrections, for example
2024-6-23 12:17:09.300893
26485
2024-6-23 12:25:33.391574
26529
2024-6-23 12:25:33.391574
26533
2024-6-23 14:17:03.857615
26333
2024-6-23 14:33:55.859886
96784
2024-6-23 14:33:55.861243
26333
It happens on both platforms android and ios
The text was updated successfully, but these errors were encountered: