appium_flutter_server 0.0.27 copy "appium_flutter_server: ^0.0.27" to clipboard
appium_flutter_server: ^0.0.27 copied to clipboard

PlatformiOS

Appium Flutter server using Integration Test package for testing Flutter apps with Appium

0
likes
90/ 160
pub points
72%
popularity

We analyzed this package 4 hours ago, and awarded it 90 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

No `README.md` found.

The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.

0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

0 out of 4 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: appium_flutter_server, appium_flutter_server.MAX_TEST_DURATION_SECS, appium_flutter_server.initializeTest, appium_flutter_server.serverVersion.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:integration_test/integration_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:integration_test/integration_test.dart that 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 `iOS`.

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:package_info_plus/src/file_version_info.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:appium_flutter_server/appium_flutter_server.dart that imports:
  • package:appium_flutter_server/src/runner.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 21 issues. Showing the first 2:

WARNING: The operand can't be null, so the condition is always 'false'.

lib/src/handler/request/request_handler.dart:23:25

   ╷
23 │           if (sessionId == null ||
   │                         ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/handler/request/request_handler.dart

WARNING: The value of the local variable 'tester' isn't used.

lib/src/handler/sample/tap_handler.dart:14:18

   ╷
14 │     WidgetTester tester = FlutterDriver.instance.tester;
   │                  ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/handler/sample/tap_handler.dart

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
a_bridge ^0.0.2 0.0.3 0.0.3
device_info_plus any 10.1.2 10.1.2
flutter flutter 0.0.0 0.0.0
flutter_test flutter 0.0.0 0.0.0
image_picker ^1.1.2 1.1.2 1.1.2
image_picker_platform_interface any 2.10.0 2.10.0
integration_test flutter 0.0.0 0.0.0
package_info_plus any 8.0.2 8.0.2
path 1.9.0 1.9.0 1.9.0
path_provider any 2.1.4 2.1.4
permission_handler any 11.3.1 11.3.1
shelf ^1.4.1 1.4.1 1.4.2
shelf_plus ^1.9.2 1.9.2 1.9.2
shelf_router ^1.1.4 1.1.4 1.1.4
synchronized any 3.3.0+2 3.3.0+2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
convert - 3.1.1 3.1.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.5 3.0.5
device_info_plus_platform_interface - 7.0.1 7.0.1
fake_async - 1.3.1 1.3.1
ffi - 2.1.3 2.1.3
file - 7.0.0 7.0.0
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.4 0.9.4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+2 0.9.3+2
flutter_driver - 0.0.0 0.0.0
flutter_plugin_android_lifecycle - 2.0.22 2.0.22
flutter_web_plugins - 0.0.0 0.0.0
fuchsia_remote_debug_protocol - 0.0.0 0.0.0
hotreloader - 4.2.0 4.2.0
http - 1.2.2 1.2.2
http_methods - 1.1.1 1.1.1
http_parser - 4.0.2 4.1.0
image_picker_android - 0.8.12+13 0.8.12+13
image_picker_for_web - 3.0.5 3.0.5
image_picker_ios - 0.8.12 0.8.12
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_windows - 0.2.1+1 0.2.1+1
leak_tracker - 10.0.5 10.0.7
leak_tracker_flutter_testing - 3.0.5 3.0.8
leak_tracker_testing - 3.0.1 3.0.1
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.15.0
mime - 1.0.6 1.0.6
mime_type - 1.0.1 1.0.1
package_info_plus_platform_interface - 3.0.1 3.0.1
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 12.0.12 12.0.12
permission_handler_apple - 9.4.5 9.4.5
permission_handler_html - 0.1.3+2 0.1.3+2
permission_handler_platform_interface - 4.2.3 4.2.3
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
process - 5.0.2 5.0.2
shelf_hotreload - 1.5.0 1.5.0
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 1.0.4 2.0.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.3.0
sync_http - 0.3.1 0.3.1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.3
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
vm_service - 14.2.5 14.2.5
watcher - 1.1.0 1.1.0
web - 0.5.1 1.0.0
web_socket_channel - 2.4.5 3.0.1
webdriver - 3.0.3 3.0.3
win32 - 5.5.4 5.5.4
win32_registry - 1.1.5 1.1.5
xdg_directories - 1.0.4 1.0.4

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_GETTER - lib/src/handler/status.dart:21:49 - The getter 'data' isn't defined for the type 'PackageInfo'.
  • UNDEFINED_GETTER - lib/src/utils/camera_mocking.dart:49:39 - The getter 'manageExternalStorage' isn't defined for the type 'Permission'.

Run flutter pub downgrade and then flutter 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.22.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

0
likes
90
pub points
72%
popularity

Publisher

unverified uploader

Appium Flutter server using Integration Test package for testing Flutter apps with Appium

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

a_bridge, device_info_plus, flutter, flutter_test, image_picker, image_picker_platform_interface, integration_test, package_info_plus, path, path_provider, permission_handler, shelf, shelf_plus, shelf_router, synchronized

More

Packages that depend on appium_flutter_server