tracelet 3.3.4
tracelet: ^3.3.4 copied to clipboard
Production-grade background geolocation for Flutter. Battery-conscious tracking, geofencing, SQLite persistence, HTTP sync, and headless execution for iOS & Android.
We analyzed this package 9 hours ago, and awarded it 90 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Funding URL doesn't exist.
At the time of the analysis https://thanks.dev/d/gh/galactictitan/dependencies was unreachable. Make sure that the website is reachable via HEAD requests.
Funding URL doesn't exist.
At the time of the analysis https://www.patreon.com/c/kiranbjm was unreachable. Make sure that the website is reachable via HEAD requests.
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
936 out of 942 API elements (99.4 %) have documentation comments.
Some symbols that are missing documentation: tracelet.BudgetAdjustmentEvent.BudgetAdjustmentEvent.new, tracelet.BudgetAdjustmentEvent.currentBatteryDrain, tracelet.BudgetAdjustmentEvent.newDesiredAccuracy, tracelet.BudgetAdjustmentEvent.newDistanceFilter, tracelet.BudgetAdjustmentEvent.newPeriodicInterval.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The named parameter 'useBackgroundActivitySession' is required, but there's no corresponding argument.
lib/src/models/ios_config.dart:81:31
╷
81 │ TlIosConfig toTlConfig() => TlIosConfig(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/ios_config.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
meta |
^1.18.0 |
1.18.0 | 1.18.3 | |
tracelet_android |
^3.3.4 |
3.4.0 | 3.4.0 | |
tracelet_ios |
^3.3.4 |
3.4.0 | 3.4.0 | |
tracelet_platform_interface |
^3.3.4 |
3.4.0 | 3.4.0 | |
tracelet_web |
^3.3.4 |
3.4.0 | 3.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
build_cli_annotations |
- | 2.1.1 | 2.1.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
flutter_rust_bridge |
- | 2.12.0 | 2.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.12, Flutter 3.44.1, Dart 3.12.1.
Check the analysis log for details.