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

PlatformiOS

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

90/ 160
pub points
11.9k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

Failed check 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.cn/web/wasm for details.

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

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

Found 23 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 report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
a_bridge ^0.0.2 0.0.3 0.0.3
device_info_plus any 12.1.0 12.1.0
image_picker ^1.1.2 1.2.0 1.2.0
image_picker_platform_interface any 2.11.0 2.11.0
package_info_plus any 9.0.0 9.0.0
path ^1.9.0 1.9.1 1.9.1
path_provider any 2.1.5 2.1.5
permission_handler any 12.0.1 12.0.1
shelf ^1.4.1 1.4.2 1.4.2
shelf_plus ^1.9.2 1.10.1 1.10.1
shelf_router ^1.1.4 1.1.4 1.1.4
synchronized any 3.4.0 3.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
device_info_plus_platform_interface - 7.0.3 7.0.3
fake_async - 1.3.3 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+4 0.9.4+4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+4 0.9.3+4
flutter_plugin_android_lifecycle - 2.0.30 2.0.30
hotreloader - 4.3.0 4.3.0
http - 1.5.0 1.5.0
http_methods - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+3 0.8.13+3
image_picker_for_web - 3.1.0 3.1.0
image_picker_ios - 0.8.13 0.8.13
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2 0.2.2
image_picker_windows - 0.2.2 0.2.2
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
mime_type - 1.0.1 1.0.1
package_info_plus_platform_interface - 3.2.1 3.2.1
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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 - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
process - 5.0.5 5.0.5
shelf_hotreload - 1.5.0 1.5.0
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 2.0.1 3.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
sync_http - 0.3.1 0.3.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.1.4 1.1.4
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webdriver - 3.1.0 3.1.0
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • UNDEFINED_GETTER - lib/src/handler/status.dart:21:49 - The getter 'data' isn't defined for the type 'PackageInfo'.
  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/src/utils/camera_mocking.dart:46:38 - The operator '<' can't be unconditionally invoked because the receiver can be 'null'.
  • 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.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
90
points
11.9k
downloads

Publisher

unverified uploader

Weekly Downloads

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