carp-dk / carp-dk/flutter-plugins
Pedometer 3.0.0 Not count steps
- Dominant language
- Dart
- Stars
- 608
- Forks
- 735
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Hi i try the example Projekt but its not showing count only ?
and on
`late Stream _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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.