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

Plugin to provide GPS based testing capabilities to the Automated Testing Framework.

🛡️ Fork — Jeff Peiffer Legacy (jpl_) #

Este paquete (jpl_automated_testing_framework_plugin_gps) es un fork de automated_testing_framework_plugin_gps, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

ARCHIVED: This is no longer maintained to focus on other packages.

Table of Contents

automated_testing_framework_plugin_gps #

Table of Contents #

Introduction #

A series of test steps that are related to test GPS and location functionality.

Applications wishing to utilize this plugin should utilize the GpsPlugin when testing for location.

Live Example #

Quick Start #

import 'package:automated_testing_framework_plugin_gps/automated_testing_framework_plugin_gps.dart';

void main() {
  TestGpsHelper.registerTestSteps();

  ...

  // You _must_ initialize the plugin, though the controller may be null in 
  // release mode which puts the plugin in "passthrough" mode rather than active
  // testable mode.
  GpsPlugin().initialize(testController: testController);

  // rest of app initialization
  // ...
}

Reserved Variables #

n/a

0
likes
150
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Plugin to provide GPS based testing capabilities to the Automated Testing Framework.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, geolocator, jpl_automated_testing_framework, jpl_form_validation, jpl_json_class, jpl_static_translations, logging

More

Packages that depend on jpl_automated_testing_framework_plugin_gps