flutter_location_services 0.0.1
flutter_location_services: ^0.0.1 copied to clipboard
A robust Flutter package for live location tracking with background support, geofencing, routing, and Firebase synchronization.
We analyzed this package 13 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/AAKASH783/flutter_loacation_services was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/AAKASH783/flutter_loacation_services 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
33 out of 89 API elements (37.1 %) have documentation comments.
Some symbols that are missing documentation: smart_location, smart_location.GeofenceCallback, smart_location.GeofenceRegion, smart_location.GeofenceRegion.GeofenceRegion.new, smart_location.GeofenceRegion.id.
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:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_location_services/src/ui/smart_location_map.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_location_services/src/ui/smart_location_map.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_location_services/src/ui/smart_location_map.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_location_services/src/ui/smart_location_map.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
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:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_background_service/flutter_background_service.dartthat imports:package:flutter_background_service_ios/flutter_background_service_ios.dartthat declares support for platforms:iOS.
Package does not support platform `iOS`.
Because:
package:flutter_location_services/flutter_location_services.dartthat imports:package:flutter_location_services/src/ui/smart_location_map.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: Library names are not necessary.
lib/flutter_location_services.dart:1:9
╷
1 │ library smart_location;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_location_services.dart
INFO: The import of '../errors/error_handler.dart' is unnecessary because all of the used elements are also provided by the import of '../../flutter_location_services.dart'.
lib/src/core/smart_location_impl.dart:6:8
╷
6 │ import '../errors/error_handler.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/smart_location_impl.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^5.7.0 |
5.11.1 | 5.11.1 | |
equatable |
^2.0.7 |
2.1.0 | 3.0.0 | |
flutter_background_service |
^5.0.10 |
5.1.0 | 5.1.0 | |
flutter_local_notifications |
^18.0.0 |
18.0.1 | 22.3.1 | |
geolocator |
^13.0.0 |
13.0.4 | 14.0.3 | |
google_maps_flutter |
^2.10.0 |
2.18.1 | 2.18.1 | |
google_polyline_algorithm |
^3.1.0 |
3.1.0 | 3.1.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
shared_preferences |
^2.3.5 |
2.5.5 | 2.5.5 |
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 `^2.0.7` on equatable does not support the stable version `3.0.0`, that was published 1 days ago.
When equatable is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions equatable to update the constraint.
The constraint `^18.0.0` on flutter_local_notifications does not support the stable version `19.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.