critical_test 8.2.0 copy "critical_test: ^8.2.0" to clipboard
critical_test: ^8.2.0 copied to clipboard

Critical Test is a cli tool designed to simplify the process of fixing broken unit tests in Dart.

40/ 160
pub points
265
downloads

We analyzed this package in the last hour, and awarded it 40 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://www.noojee.dev was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://criticaltest.noojee.dev was unreachable. Make sure that the website is reachable via HEAD requests.

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
0 / 20trigger folding of the section

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

Dependency resolution failed, unable to run dartdoc.

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
0 / 20trigger folding of the section

Failed check 0/20 points: Platform support detection failed

Could not determine supported platforms as package resolution failed.

Run dart pub get for more information.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package 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
0 / 50trigger folding of the section

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

  • Running dart pub outdated failed with the following output:
Because analyzer >=6.9.0 <7.3.0 depends on macros >=0.1.3-main.0 <0.1.4 which depends on _macros 0.3.3 from sdk, analyzer >=6.9.0 <7.3.0 requires _macros 0.3.3 from sdk.
(1) So, because _macros from sdk doesn't exist (could not find package _macros in the Dart SDK), analyzer >=6.9.0 <7.3.0 is forbidden.
Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

  • Could not run dart pub outdated: dart pub get failed:
OUT:
Resolving dependencies...
ERR:
Because analyzer >=6.9.0 <7.3.0 depends on macros >=0.1.3-main.0 <0.1.4 which depends on _macros 0.3.3 from sdk, analyzer >=6.9.0 <7.3.0 requires _macros 0.3.3 from sdk.
(1) So, because _macros from sdk doesn't exist (could not find package _macros in the Dart SDK), analyzer >=6.9.0 <7.3.0 is forbidden.

    Because analyzer >=7.3.0 <7.4.0 depends on _fe_analyzer_shared ^80.0.0 and analyzer >=7.4.0 <7.4.1 depends on _fe_analyzer_shared ^81.0.0, analyzer >=7.3.0 <7.4.1 requires _fe_analyzer_shared[...]
    And because analyzer >=7.4.1 <7.4.6 depends on _fe_analyzer_shared ^82.0.0, analyzer >=7.3.0 <7.4.6 requires _fe_analyzer_shared ^80.0.0 or ^81.0.0 or ^82.0.0.
    And because analyzer >=7.4.6 <7.5.0 depends on _fe_analyzer_shared ^83.0.0 and analyzer >=7.5.0 <7.5.1 depends on _fe_analyzer_shared ^84.0.0, analyzer >=7.3.0 <7.5.1 requires _fe_analyzer_sh[...]
    And because analyzer >=6.9.0 <7.3.0 is forbidden (1), analyzer >=6.9.0 <7.5.1 requires _fe_analyzer_shared ^80.0.0 or ^81.0.0 or ^82.0.0 or ^83.0.0 or ^84.0.0.
    And because analyzer ^7.5.1 depends on _fe_analyzer_shared ^85.0.0, analyzer >=6.9.0 <8.0.0 requires _fe_analyzer_shared ^80.0.0 or ^81.0.0 or ^82.0.0 or ^83.0.0 or ^84.0.0 or ^85.0.0.
    So, because critical_test depends on both _fe_analyzer_shared ^79.0.0 and analyzer ^7.2.0, version solving failed.

[3 more lines]

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

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

dart pub downgrade failed with:

OUT:
Resolving dependencies...
ERR:
Because analyzer ^7.5.1 depends on _fe_analyzer_shared ^85.0.0 and analyzer >=7.5.0 <7.5.1 depends on _fe_analyzer_shared ^84.0.0, analyzer ^7.5.0 requires _fe_analyzer_shared ^84.0.0 or ^85.0.0.
And because analyzer >=7.4.6 <7.5.0 depends on _fe_analyzer_shared ^83.0.0, analyzer ^7.4.6 requires _fe_analyzer_shared ^83.0.0 or ^84.0.0 or ^85.0.0.
And because analyzer >=7.4.1 <7.4.6 depends on _fe_analyzer_shared ^82.0.0 and analyzer >=7.4.0 <7.4.1 depends on _fe_analyzer_shared ^81.0.0, analyzer ^7.4.0 requires _fe_analyzer_shared ^81.0.0[...]
And because analyzer >=7.3.0 <7.4.0 depends on _fe_analyzer_shared ^80.0.0 and analyzer >=6.9.0 <7.3.0 depends on macros >=0.1.3-main.0 <0.1.4, analyzer >=6.9.0 <8.0.0 requires _fe_analyzer_share[...]
And because macros >=0.1.3-main.0 depends on _macros from sdk which doesn't exist (could not find package _macros in the Dart SDK), analyzer >=6.9.0 <8.0.0 requires _fe_analyzer_shared ^80.0.0 or[...]
So, because critical_test depends on both _fe_analyzer_shared ^79.0.0 and analyzer ^7.2.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on _fe_analyzer_shared: dart pub add _fe_analyzer_shared:^80.0.0

Run dart pub downgrade and then dart 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, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: