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

100/ 160
pub points
1.21k
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

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

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

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

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

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

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.new, detail_diff_panel, detail_diff_panel.GoldenDiffPageDetailDiffPanel.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 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 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
altera_flutter_mobx 2.0.5 2.0.5 2.0.5
collection ^1.15.0 1.19.1 1.19.1
convenient_test_common ^1.3.4 1.5.0 1.6.2
convenient_test_common_dart ^1.3.4 1.5.0 1.6.2
convenient_test_dev ^1.3.4 1.5.0 1.6.2
convenient_test_manager_dart 1.3.5 1.3.5 1.5.4
cupertino_icons ^1.0.2 1.0.9 1.0.9
file_picker ^4.5.1 4.6.1 11.0.2
fixnum ^1.0.0 1.1.1 1.1.1
flutter_portal ^1.1.3 1.1.4 1.1.4
get_it ^7.0.0 7.7.0 9.2.1
git ^2.0.0 2.3.2 2.3.2
grpc ^3.2.0 3.2.4 5.1.0
intl ^0.18.0 0.18.1 0.20.2
mobx ^2.0.7 2.6.0 2.6.0
path ^1.8.0 1.9.1 1.9.1
path_provider ^2.0.9 2.0.15 2.1.5
protobuf ^3.0.0 3.1.0 6.0.0
scrollable_positioned_list ^0.3.2 0.3.8 0.3.8
test_api ^0.7.2 0.7.10 0.7.12
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.9
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
convenient_test - 1.6.2 1.6.2
crypto - 3.0.7 3.0.7
fake_async - 1.3.3 1.3.3
ffi - 1.2.1 2.2.0
file - 7.0.1 7.0.1
flutter_plugin_android_lifecycle - 2.0.34 2.0.34
freezed_annotation - 2.4.4 3.1.0
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 1.6.0 2.3.0
http - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
image - 4.3.0 4.8.0
json_annotation - 4.11.0 4.11.0
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
lint - 2.8.0 2.8.0
matcher - 0.12.19 0.12.20
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path_provider_android - 2.2.23 2.3.1
path_provider_foundation - 2.5.1 2.6.0
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 - 7.0.2 7.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
process - 5.0.5 5.0.5
quiver - 3.2.2 3.2.2
recase - 4.1.0 4.1.0
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
sync_http - 0.3.1 0.3.1
synchronized - 3.4.0+1 3.4.0+1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
vm_service - 14.3.1 15.2.0
web - 0.5.1 1.1.1
web_socket_channel - 2.4.5 3.0.3
webdriver - 3.1.0 3.1.0
win32 - 2.6.1 6.2.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 7.0.1

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

Found 6 issues. Showing the first 2:

The constraint `1.3.5` on convenient_test_manager_dart does not support the stable version `1.5.4`.

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

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.

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.12, Flutter 3.41.9, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
1.21k
downloads

Documentation

API reference

Publisher

verified publisheradrianjagielak.dev

Weekly Downloads

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

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