carp-dk / carp-dk/flutter-plugins
[pedometer 4.0.1] Support Recording API on Android
Open
improvement
- Dominant language
- Dart
- Stars
- 608
- Forks
- 735
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
In Android, it is possible to count steps without a background service and still be able to differentiate between days/hours/minutes. This is much more energy-efficient than using the `SensorManager` directly. It would therefore make sense to support the Recording API in this plugin.
https://developer.android.com/health-and-fitness/guides/recording-api
A big problem with this plugin is that you always have to count the steps yourself with Foreground services or in the background. You don't have this problem if you use the Recording API.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.