accurate_step_counter 1.9.1
accurate_step_counter: ^1.9.1 copied to clipboard
A highly accurate step counter plugin using accelerometer-based detection with low-pass filtering and peak detection. Includes SQLite database logging with warmup validation. Supports foreground, back [...]
We analyzed this package 31 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
128 out of 136 API elements (94.1 %) have documentation comments.
Some symbols that are missing documentation: accurate_step_counter.AccurateStepCounterImpl.AccurateStepCounterImpl.new, accurate_step_counter.StepLogDatabase, accurate_step_counter.StepLogEntry, accurate_step_counter.StepLogSource, accurate_step_counter.StepLoggingConfig.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:accurate_step_counter/accurate_step_counter.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:accurate_step_counter/accurate_step_counter.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:accurate_step_counter/accurate_step_counter.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:accurate_step_counter/accurate_step_counter.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:accurate_step_counter/accurate_step_counter.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'StepLogEntry' is deprecated and shouldn't be used. Use StepRecord instead.
lib/accurate_step_counter.dart:54:55
╷
54 │ export 'src/models/step_record.dart' show StepRecord, StepLogEntry;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/accurate_step_counter.dart
INFO: 'StepLogSource' is deprecated and shouldn't be used. Use StepRecordSource instead.
lib/accurate_step_counter.dart:56:28
╷
56 │ show StepRecordSource, StepLogSource;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/accurate_step_counter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
sensors_plus |
^6.1.1 |
6.1.2 | 7.0.0 | |
sqflite |
^2.4.2 |
2.4.2 | 2.4.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sensors_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.1.1` on sensors_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions sensors_plus to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.8, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.