flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

Pedometer 3.0.0 Not count steps

Open MALLORY8K opened this issue 4 years ago • 1 comments

Hi i try the example Projekt but its not showing count only ?

and on late Stream<PedestrianStatus> _pedestrianStatusStream;

the late give me a error

Unexpected text 'late'.
Try removing the text.dart(unexpected_token)

i remove the late maybe this is the problem?

test on Galaxy s10+

edit: on console have this error

The following MissingPluginException was thrown while activating platform stream on channel step_detection:
MissingPluginException(No implementation found for method listen on channel step_detection)

MissingPluginException(No implementation found for method listen on channel step_count)

Edit: ok i try a example from internet, and works on Android 8 but under android 11 not work and yes i add premissions

MALLORY8K avatar May 07 '21 16:05 MALLORY8K

did you find any solution?

https://stackoverflow.com/questions/73649288/ios-device-missingpluginexceptionno-implementation-found-for-method-listen-on-c

sefaer avatar Sep 08 '22 12:09 sefaer