clean_framework_test 0.5.3 copy "clean_framework_test: ^0.5.3" to clipboard
clean_framework_test: ^0.5.3 copied to clipboard

A collection test helpers to support clean_framework.

0
likes
70/ 140
pub points
55%
popularity

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

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/AcmeSoftwareLLC/clean_framework/packages/clean_framework_test was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

32 out of 112 API elements (28.6 %) have documentation comments.

Some symbols that are missing documentation: clean_framework_test, clean_framework_test.GatewayFake, clean_framework_test.GatewayFake.GatewayFake, clean_framework_test.GatewayFake.buildRequest, clean_framework_test.GatewayFake.failureResponse.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:clean_framework_test/clean_framework_test.dart that imports:
  • package:clean_framework_test/src/use_case_test.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

ERROR: Too many positional arguments: 1 expected, but 2 found.

lib/src/test_helpers.dart:144:9

    ╷
144 │         pumpDuration,
    │         ^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest
clean_framework ^4.0.0 4.0.1 4.0.1
clean_framework_router ^0.5.10 0.5.10 0.5.10
diff_match_patch ^0.4.1 0.4.1 0.4.1
flutter flutter 0.0.0 0.0.0
flutter_riverpod ^2.3.6 2.5.1 2.5.1
flutter_test flutter 0.0.0 0.0.0
meta >=1.8.0 <2.0.0 1.12.0 1.15.0
mocktail ^1.0.0 1.0.3 1.0.3
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.18.0
equatable - 2.0.5 2.0.5
fake_async - 1.3.1 1.3.1
flutter_web_plugins - 0.0.0 0.0.0
go_router - 12.1.3 14.1.2
leak_tracker - 10.0.4 10.0.5
leak_tracker_flutter_testing - 3.0.3 3.0.5
leak_tracker_testing - 3.0.1 3.0.1
logger - 2.3.0 2.3.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
path - 1.9.0 1.9.0
riverpod - 2.5.1 2.5.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.1
uniform - 2.0.5 2.0.5
vector_math - 2.1.4 2.1.4
vm_service - 14.2.1 14.2.2

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.