accurate_step_counter 1.9.5
accurate_step_counter: ^1.9.5 copied to clipboard
Highly accurate step counter using accelerometer detection. Includes SQLite logging, warmup validation, and all-state tracking.
We analyzed this package 13 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
136 out of 144 API elements (94.4 %) have documentation comments.
Some symbols that are missing documentation: accurate_step_counter.AccurateStepCounterImpl, accurate_step_counter.AccurateStepCounterImpl.AccurateStepCounterImpl.new, accurate_step_counter.StepLogDatabase, accurate_step_counter.StepLogEntry, accurate_step_counter.StepLogSource.
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
INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.
lib/src/services/database_isolate.dart:4:8
╷
4 │ import 'dart:ui';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/database_isolate.dart
10/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 <8.0.0 |
7.0.0 | 7.0.0 | |
sqflite |
^2.4.2 |
2.4.2 | 2.4.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
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+3 | 2.4.2+3 | |
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.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.