locus 1.2.0
locus: ^1.2.0 copied to clipboard
Background geolocation SDK for Flutter. Native tracking, geofencing, activity recognition, and sync.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/koksalmehmet/locus but got https://github.com/weorbis/locus.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: locus, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
851 out of 1601 API elements (53.2 %) have documentation comments.
Some symbols that are missing documentation: locus.Activity, locus.Activity.Activity.fromMap, locus.Activity.Activity.new, locus.Activity.confidence, locus.Activity.toMap.
10/10 points: Package has an example
10/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:locus/locus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:locus/locus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:locus/locus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:locus/locus.dartthat 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:locus/locus.dartthat imports:package:locus/src/features/diagnostics/widgets.dartthat imports:package:locus/src/features/diagnostics/debug_overlay.dartthat imports:package:locus/src/locus.dartthat imports:package:locus/src/core/method_channel_locus.dartthat imports:package:locus/src/core/locus_interface.dartthat imports:package:locus/src/services.dartthat imports:package:locus/src/core/device_optimization_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:locus/locus.dartthat imports:package:locus/src/features/diagnostics/widgets.dartthat imports:package:locus/src/features/diagnostics/debug_overlay.dartthat imports:package:locus/src/locus.dartthat imports:package:locus/src/core/method_channel_locus.dartthat imports:package:locus/src/core/locus_interface.dartthat imports:package:locus/src/services.dartthat imports:package:locus/src/core/device_optimization_service.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/locus/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 48 issues. Showing the first 2:
INFO: Don't invoke 'print' in production code.
bin/doctor.dart:28:5
╷
28 │ print('Error: $e');
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/doctor.dart
INFO: Don't invoke 'print' in production code.
bin/doctor.dart:29:5
╷
29 │ print('Usage: dart run locus:doctor [options]');
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/doctor.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.5.0 |
2.7.0 | 2.7.0 | |
device_info_plus |
^12.3.0 |
12.3.0 | 12.3.0 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
xml |
^6.5.0 |
6.6.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
permission_handler_android |
- | 13.0.1 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.2 | 2.4.2 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.0.0 | |
win32_registry |
- | 2.1.0 | 3.0.2 |
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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.