convenient_test_manager 1.3.4 copy "convenient_test_manager: ^1.3.4" to clipboard
convenient_test_manager: ^1.3.4 copied to clipboard

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more

0
likes
100/ 160
pub points
640
downloads

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

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

0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
0 / 20trigger folding of the section

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

27 out of 207 API elements (13.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: command_info_panel, command_info_panel.HomePageCommandInfoPanel, command_info_panel.HomePageCommandInfoPanel.HomePageCommandInfoPanel, detail_diff_panel, detail_diff_panel.GoldenDiffPageDetailDiffPanel.

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 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/detail_diff_panel.dart that imports:
  • package:convenient_test_manager/stores/golden_diff_page_store.dart that imports:
  • package:convenient_test_dev/convenient_test_dev.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint_env_device.dart that imports:
  • package:convenient_test_dev/src/functions/binding.dart that imports:
  • package:integration_test/integration_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/detail_diff_panel.dart that imports:
  • package:convenient_test_manager/stores/golden_diff_page_store.dart that imports:
  • package:convenient_test_dev/convenient_test_dev.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint_env_device.dart that imports:
  • package:convenient_test_dev/src/functions/binding.dart that imports:
  • package:integration_test/integration_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/detail_diff_panel.dart that imports:
  • package:convenient_test_manager/stores/golden_diff_page_store.dart that imports:
  • package:convenient_test_dev/convenient_test_dev.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint_env_device.dart that imports:
  • package:convenient_test_dev/src/functions/binding.dart that imports:
  • package:integration_test/integration_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/detail_diff_panel.dart that imports:
  • package:convenient_test_manager/stores/golden_diff_page_store.dart that imports:
  • package:convenient_test_dev/convenient_test_dev.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint.dart that imports:
  • package:convenient_test_dev/src/functions/entrypoint_env_device.dart that imports:
  • package:convenient_test_dev/src/functions/binding.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 `Android`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/header_panel.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:convenient_test_manager/components/golden_diff_page/header_panel.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.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:convenient_test_manager/components/golden_diff_page/detail_diff_panel.dart that imports:
  • package:convenient_test_manager/stores/golden_diff_page_store.dart that imports:
  • package:git/git.dart that imports:
  • package:git/src/tree_entry.dart that imports:
  • package:git/src/util.dart that imports:
  • package:git/src/top_level.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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 32 issues. Showing the first 2:

INFO: 'onBackground' is deprecated and shouldn't be used. Use onSurface instead. This feature was deprecated after v3.18.0-0.1.pre.

lib/components/home_page/log_entry_widget.dart:192:51

    ╷
192 │         textColor = Theme.of(context).colorScheme.onBackground;
    │                                                   ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/home_page/log_entry_widget.dart

INFO: 'onBackground' is deprecated and shouldn't be used. Use onSurface instead. This feature was deprecated after v3.18.0-0.1.pre.

lib/components/home_page/log_entry_widget.dart:260:87

    ╷
260 │                   style: TextStyle(fontSize: 12, color: Theme.of(context).colorScheme.onBackground),
    │                                                                                       ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/components/home_page/log_entry_widget.dart

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

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

Package Constraint Compatible Latest
altera_flutter_mobx 2.0.5 2.0.5 2.0.5
collection ^1.15.0 1.19.0 1.19.1
convenient_test_common ^1.3.4 1.5.0 1.5.1
convenient_test_common_dart ^1.3.4 1.5.0 1.5.1
convenient_test_dev ^1.3.4 1.5.0 1.5.1
convenient_test_manager_dart 1.3.5 1.3.5 1.3.5
cupertino_icons ^1.0.2 1.0.8 1.0.8
file_picker ^4.5.1 4.6.1 8.1.7
fixnum ^1.0.0 1.1.1 1.1.1
flutter flutter 0.0.0 0.0.0
flutter_portal ^1.1.3 1.1.4 1.1.4
flutter_test flutter 0.0.0 0.0.0
get_it ^7.0.0 7.7.0 8.0.3
git ^2.0.0 2.3.0 2.3.0
grpc ^3.2.0 3.2.4 4.0.1
intl ^0.18.0 0.18.1 0.20.1
mobx ^2.0.7 2.5.0 2.5.0
path ^1.8.0 1.9.0 1.9.1
path_provider ^2.0.9 2.0.15 2.1.5
protobuf ^3.0.0 3.1.0 3.1.0
scrollable_positioned_list ^0.3.2 0.3.8 0.3.8
test_api ^0.7.2 0.7.3 0.7.4
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 4.0.2
args - 2.6.0 2.6.0
async - 2.11.0 2.12.0
boolean_selector - 2.1.1 2.1.2
characters - 1.3.0 1.4.0
clock - 1.1.1 1.1.2
convenient_test - 1.5.1 1.5.1
crypto - 3.0.6 3.0.6
fake_async - 1.3.1 1.3.2
ffi - 1.2.1 2.1.3
file - 7.0.0 7.0.1
flutter_driver - 0.0.0 0.0.0
flutter_plugin_android_lifecycle - 2.0.24 2.0.24
flutter_web_plugins - 0.0.0 0.0.0
freezed_annotation - 2.4.4 2.4.4
fuchsia_remote_debug_protocol - 0.0.0 0.0.0
google_identity_services_web - 0.3.3 0.3.3
googleapis_auth - 1.6.0 1.6.0
http - 1.2.2 1.2.2
http2 - 2.3.1 2.3.1
http_parser - 4.1.1 4.1.1
image - 4.3.0 4.5.2
integration_test - 0.0.0 0.0.0
json_annotation - 4.9.0 4.9.0
leak_tracker - 10.0.7 10.0.8
leak_tracker_flutter_testing - 3.0.8 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
lint - 2.3.0 2.3.0
matcher - 0.12.16+1 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
petitparser - 6.0.2 6.0.2
platform - 3.1.5 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
process - 5.0.2 5.0.3
quiver - 3.2.2 3.2.2
recase - 4.1.0 4.1.0
sky_engine - 0.0.0 0.0.0
source_span - 1.10.0 1.10.1
stack_trace - 1.12.0 1.12.1
stream_channel - 2.1.2 2.1.3
string_scanner - 1.3.0 1.4.1
sync_http - 0.3.1 0.3.1
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
vm_service - 14.3.0 15.0.0
web - 0.5.1 1.1.0
web_socket_channel - 2.4.5 3.0.1
webdriver - 3.0.4 3.0.4
win32 - 2.6.1 5.9.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

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

Found 4 issues. Showing the first 2:

The constraint `^4.5.1` on file_picker does not support the stable version `5.0.0`.

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

The constraint `^7.0.0` on get_it does not support the stable version `8.0.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

0
likes
100
points
640
downloads

Publisher

unverified uploader

Weekly Downloads

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more

Documentation

API reference

License

unknown (license)

Dependencies

altera_flutter_mobx, collection, convenient_test_common, convenient_test_common_dart, convenient_test_dev, convenient_test_manager_dart, cupertino_icons, file_picker, fixnum, flutter, flutter_portal, flutter_test, get_it, git, grpc, intl, mobx, path, path_provider, protobuf, scrollable_positioned_list, test_api, tuple

More

Packages that depend on convenient_test_manager