kd_cli 0.0.1 kd_cli: ^0.0.1 copied to clipboard
This is a CLI to process the test and coverage report.
We analyzed this package 6 days ago, and awarded it 60 pub points (of a possible 160):
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.
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 licenses: BSD-3-Clause
, MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
1 out of 1 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:kd_cli/src/commands/packages/packages_command.dart'.
lib/src/kd_command_runner.dart:3:8
╷
3 │ import 'package:kd_cli/src/commands/packages/packages_command.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/kd_command_runner.dart
ERROR: The method 'PackagesCommand' isn't defined for the type 'KdCommandRunner'.
lib/src/kd_command_runner.dart:21:16
╷
21 │ addCommand(PackagesCommand());
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/kd_command_runner.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.3.2 |
2.6.0 | 2.6.0 |
async |
^2.10.0 |
2.12.0 | 2.12.0 |
checked_yaml |
^2.0.2 |
2.0.3 | 2.0.3 |
glob |
^2.1.1 |
2.1.2 | 2.1.2 |
lcov_dart |
^7.0.0 |
7.0.0 | 7.0.0 |
mason_logger |
^0.2.5 |
0.2.16 | 0.3.1 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
pool |
^1.5.1 |
1.5.1 | 1.5.1 |
pubspec |
^2.3.0 |
2.3.0 | 2.3.0 |
universal_io |
^2.0.4 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
boolean_selector |
- | 2.1.2 | 2.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
io |
- | 1.0.5 | 1.0.5 |
json_annotation |
- | 4.9.0 | 4.9.0 |
matcher |
- | 0.12.17 | 0.12.17 |
meta |
- | 1.16.0 | 1.16.0 |
pub_semver |
- | 2.1.5 | 2.1.5 |
quiver |
- | 3.2.2 | 3.2.2 |
source_span |
- | 1.10.1 | 1.10.1 |
stack_trace |
- | 1.12.1 | 1.12.1 |
stream_channel |
- | 2.1.3 | 2.1.3 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
test_api |
- | 0.7.4 | 0.7.4 |
typed_data |
- | 1.4.0 | 1.4.0 |
uri |
- | 1.0.0 | 1.0.0 |
win32 |
- | 5.9.0 | 5.9.0 |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.2.5` on mason_logger does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions mason_logger
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
URI_DOES_NOT_EXIST
-lib/src/kd_command_runner.dart:3:8
- Target of URI doesn't exist: 'package:kd_cli/src/commands/packages/packages_command.dart'.UNDEFINED_METHOD
-lib/src/kd_command_runner.dart:21:16
- The method 'PackagesCommand' isn't defined for the type 'KdCommandRunner'.
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.17
, Dart 3.6.0
.
Check the analysis log for details.