Soufiane
Results
2
comments of
Soufiane
ok, I did that : ``` Future loadCounterValueJob() async { try { print(await Permission.activityRecognition.isGranted); Stream stepCountStream = Pedometer.stepCountStream; StepCount rawStep = await stepCountStream.first; DateTime timeStamp = rawStep.timeStamp; int rawValue =...
I made a simple repo to produce the issue [here](https://github.com/eniafou/bug).