flutter_test_goldens 0.0.10 copy "flutter_test_goldens: ^0.0.10" to clipboard
flutter_test_goldens: ^0.0.10 copied to clipboard

A toolkit for writing golden tests

120/ 160
pub points
24.6k
downloads

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

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

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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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

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

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

Detected license: MIT.

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

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

209 out of 421 API elements (49.6 %) have documentation comments.

Some symbols that are missing documentation: flutter_test_goldens, flutter_test_goldens.AngledLinePainter, flutter_test_goldens.AngledLinePainter.AngledLinePainter.new, flutter_test_goldens.AngledLinePainter.angleDegrees, flutter_test_goldens.AngledLinePainter.backgroundColor.

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:flutter_test_goldens/flutter_test_goldens.dart that imports:
  • package:flutter_test_goldens/src/scenes/fake_screen.dart that imports:
  • package:super_keyboard/super_keyboard_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_test_goldens/flutter_test_goldens.dart that imports:
  • package:flutter_test_goldens/src/scenes/fake_screen.dart that imports:
  • package:super_keyboard/super_keyboard_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_test_goldens/flutter_test_goldens.dart that imports:
  • package:flutter_test_goldens/src/scenes/fake_screen.dart that imports:
  • package:super_keyboard/super_keyboard_test.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_test_goldens/flutter_test_goldens.dart that imports:
  • package:flutter_test_goldens/src/scenes/fake_screen.dart that imports:
  • package:super_keyboard/super_keyboard_test.dart that declares support for platforms: Android, iOS.
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 11 issues. Showing the first 2:

WARNING: Unused import: 'package:flutter_test_goldens/src/fonts/fonts.dart'.

lib/src/test_runners.dart:3:8

  ╷
3 │ import 'package:flutter_test_goldens/src/fonts/fonts.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:flutter_test_goldens/src/flutter/flutter_camera.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_test_goldens/flutter_test_goldens.dart'.

lib/src/scenes/gallery.dart:9:8

  ╷
9 │ import 'package:flutter_test_goldens/src/flutter/flutter_camera.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/scenes/gallery.dart

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
file ^7.0.1 7.0.1 7.0.1
flutter_staggered_grid_view ^0.7.0 0.7.0 0.7.0
golden_bricks ^1.0.0 1.0.0 1.0.0
image ^4.5.4 4.8.0 4.8.0
logging ^1.3.0 1.3.0 1.3.0
meta ^1.15.0 1.17.0 1.18.2
path ^1.9.0 1.9.1 1.9.1
patterns_canvas ^0.5.0 0.5.0 0.6.0
platform ^3.1.6 3.1.6 3.1.6
super_keyboard ^0.4.0 0.4.0 0.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
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
collection - 1.19.1 1.19.1
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
flutter_plugin_android_lifecycle - 2.0.34 2.0.34
flutter_test_runners - 0.0.4 1.0.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
matcher - 0.12.19 0.12.19
material_color_utilities - 0.13.0 0.13.0
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.0 6.5.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
term_glyph - 1.2.2 1.2.2
test_api - 0.7.10 0.7.11
vector_math - 2.2.0 2.3.0
vm_service - 15.0.2 15.0.2
xml - 6.6.1 6.6.1

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

The constraint `^0.5.0` on patterns_canvas does not support the stable version `0.6.0`, that was published 9 days ago.

When patterns_canvas is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions patterns_canvas 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.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: