geosentry_sdk 1.0.0
geosentry_sdk: ^1.0.0 copied to clipboard
This Application will start tracking user location for organization and will assign some task to users based on organization preferences.
We analyzed this package 2 days ago, and awarded it 90 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 39 API elements (0.0 %) 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: geosentry_sdk, geosentry_sdk.BatteryListenerService, geosentry_sdk.BatteryListenerService.BatteryListenerService.new, geosentry_sdk.BatteryListenerService.batteryStateStream, geosentry_sdk.BatteryListenerService.setBatteryState.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/geoservice.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/geoservice.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/userapprovalschedulerservice.dartthat imports:package:geosentry_sdk/src/api/userapi.dartthat imports:package:package_info/package_info.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/userapprovalschedulerservice.dartthat imports:package:geosentry_sdk/src/api/userapi.dartthat imports:package:package_info/package_info.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `macOS`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/deviceservice.dartthat imports:package:device_info/device_info.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:geosentry_sdk/geosentry_sdk.dartthat imports:package:geosentry_sdk/src/geosentry_base.dartthat imports:package:geosentry_sdk/src/service/userapprovalschedulerservice.dartthat imports:package:geosentry_sdk/src/api/userapi.dartthat imports:package:package_info/package_info.dartthat declares support for platforms:Android,iOS,macOS.
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 |
|---|---|---|---|---|
battery_plus |
^2.2.0 |
2.2.2 | 7.0.0 | |
device_info |
^2.0.3 |
2.0.3 | 2.0.3 | Discontinued |
flutter_background_service |
^3.0.1 |
3.0.2 | 5.1.0 | |
flutter_background_service_android |
^4.0.1 |
4.0.2 | 6.3.1 | |
flutter_background_service_ios |
^3.0.0 |
3.0.0 | 5.0.3 | |
flutter_isolate |
^2.0.4 |
2.1.0 | 2.1.0 | |
flutter_local_notifications |
^9.1.4 |
9.9.1 | 21.0.0 | |
geolocator |
^9.0.2 |
9.0.2 | 14.0.2 | |
http |
^0.13.6 |
0.13.6 | 1.6.0 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
isolate_handler |
^1.0.2 |
1.0.2 | 1.0.2 | |
location |
^4.3.0 |
4.4.0 | 8.0.1 | |
package_info |
^2.0.0 |
2.0.2 | 2.0.2 | Discontinued |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.1 | |
shared_preferences |
^2.1.0 |
2.5.5 | 2.5.5 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 12 issues. Showing the first 2:
The constraint `^2.2.0` on battery_plus does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions battery_plus to update the constraint.
The constraint `^3.0.1` on flutter_background_service does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_background_service to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_NAMED_PARAMETER-lib/src/service/geoservice.dart:36:11- The named parameter 'allowBackgroundLocationUpdates' isn't defined.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Dart 3.11.2.
Check the analysis log for details.