share_tracker 1.0.9
share_tracker: ^1.0.9 copied to clipboard
package to track user's location and monitor step count and pedestrian status.
We analyzed this package 5 days ago, and awarded it 140 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
.
0/10 points: 20% or more of the public API has dartdoc comments
7 out of 64 API elements (10.9 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: share_tracker
, share_tracker.BaseController
, share_tracker.BaseController.BaseController.new
, share_tracker.BaseController.attach
, share_tracker.BaseController.detach
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:sensors_plus/sensors_plus.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:pedometer/pedometer.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
Package does not support platform `iOS`.
Because:
package:share_tracker/share_tracker.dart
that imports:package:geolocator/geolocator.dart
that imports:package:geolocator_web/web_settings.dart
that declares support for platforms:Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:share_tracker/share_tracker.dart
that imports:package:pedometer/pedometer.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dangple_mobile_tracker |
^1.0.1 |
1.0.1 | 1.0.1 | |
flutter_foreground_task |
^8.17.0 |
8.17.0 | 9.1.0 | |
geolocator |
^13.0.2 |
13.0.4 | 14.0.2 | |
intl |
^0.20.1 |
0.20.2 | 0.20.2 | |
pedometer |
^4.0.2 |
4.1.1 | 4.1.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
sensors_plus |
^6.1.1 |
6.1.2 | 7.0.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^8.17.0` on flutter_foreground_task does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_foreground_task
to update the constraint.
The constraint `^13.0.2` on geolocator does not support the stable version `14.0.0`.
Try running dart pub upgrade --major-versions geolocator
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.