automated_testing_framework_plugin_gps 2.0.2+14 copy "automated_testing_framework_plugin_gps: ^2.0.2+14" to clipboard
automated_testing_framework_plugin_gps: ^2.0.2+14 copied to clipboard

discontinued

Library to use provide GPS related test steps to the Automated Testing Framework.

80/ 160
pub points
10
downloads

We analyzed this package 6 days ago, and awarded it 80 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/peiffer-innovations/automated_testing_framework_plugin_gps was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

64 out of 144 API elements (44.4 %) have documentation comments.

Some symbols that are missing documentation: automated_testing_framework_plugin_gps, automated_testing_framework_plugin_gps.AssertLocationPermissionForm, automated_testing_framework_plugin_gps.AssertLocationPermissionForm.AssertLocationPermissionForm.new, automated_testing_framework_plugin_gps.AssertLocationPermissionForm.buildDropdown, automated_testing_framework_plugin_gps.AssertLocationPermissionForm.buildEditText.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The named parameter 'altitudeAccuracy' is required, but there's no corresponding argument.

lib/src/steps/set_location_step.dart:71:38

   ╷
71 │     GpsPlugin().overriddenLocation = Position(
   │                                      ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/steps/set_location_step.dart

ERROR: The named parameter 'headingAccuracy' is required, but there's no corresponding argument.

lib/src/steps/set_location_step.dart:71:38

   ╷
71 │     GpsPlugin().overriddenLocation = Position(
   │                                      ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/steps/set_location_step.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
automated_testing_framework ^5.0.0+14 5.0.0+14 5.0.0+14 Discontinued
convert ^3.1.1 3.1.2 3.1.2
form_validation ^2.2.1+6 2.2.1+6 3.2.0 Discontinued
geolocator ^9.0.2 9.0.2 14.0.2
json_class ^2.2.1+3 2.2.2+1 3.0.1 Discontinued
logging ^1.1.1 1.3.0 1.3.0
static_translations ^2.1.2+11 2.1.2+12 2.1.2+12 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
automated_testing_framework_models - 2.0.10+8 2.0.10+8 Discontinued
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
child_builder - 2.0.2 2.0.2 Discontinued
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
device_info_plus - 8.2.2 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.2.0 2.2.0
file - 6.1.4 7.0.1
flutter_markdown - 0.6.23 0.7.7+1 Discontinued
geolocator_android - 4.3.1 5.0.2
geolocator_apple - 2.3.13 2.3.13
geolocator_platform_interface - 4.2.6 4.2.6
geolocator_web - 2.2.1 4.1.3
geolocator_windows - 0.1.3 0.2.5
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.18.1 0.20.2
js - 0.7.2 0.7.2 Discontinued
json_schema2 - 2.0.4+9 5.1.3 Discontinued
json_theme - 5.0.2+6 11.0.0 Discontinued
markdown - 7.3.0 7.3.0
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
package_info_plus - 3.1.2 9.0.0
package_info_plus_platform_interface - 2.0.1 3.2.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
provider - 6.1.5+1 6.1.5+1
quiver - 3.2.2 3.2.2
rest_client - 2.2.1+11 2.4.0 Discontinued
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.10 0.7.10
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.0
uuid - 3.0.7 4.5.3
vector_math - 2.2.0 2.2.0
win32 - 4.1.4 6.0.0
yaml - 3.1.3 3.1.3
yaon - 1.1.4+10 1.1.4+10 Discontinued

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.2.1+6` on form_validation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions form_validation to update the constraint.

The constraint `^9.0.2` on geolocator does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions geolocator to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions: