dcm 1.8.1 dcm: ^1.8.1 copied to clipboard
Dart CLI manager
We analyzed this package 18 hours ago, and awarded it 80 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.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md
in your package should primarily contain characters used in English.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 31 API elements (19.4 %) 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: dcm
, dcm.Cli
, dcm.Cli.Cli
, dcm.Cli.Cli.fromJson
, dcm.Cli.toJson
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:dcm/dcm.dart
that imports:package:dcm/src/path.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dcm/dcm.dart
that imports:package:dcm/src/path.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:dcm/src/path.dart' is unnecessary because all of the used elements are also provided by the import of 'package:dcm/dcm.dart'.
lib/src/base_command.dart:5:8
╷
5 │ import 'package:dcm/src/path.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/base_command.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.3.1 |
2.6.0 | 2.6.0 |
darty_json_safe |
^1.0.0 |
1.0.3 | 1.0.3 |
io |
^1.0.3 |
1.0.5 | 1.0.5 |
json_annotation |
^4.6.0 |
4.9.0 | 4.9.0 |
mustache_template |
^2.0.0 |
2.0.0 | 2.0.0 |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
process_run |
^0.12.3+2 |
0.12.5+3 | 1.2.2+1 |
pubspec_parse |
^1.2.1 |
1.4.0 | 1.4.0 |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode |
- | 1.4.0 | 1.4.0 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
collection |
- | 1.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
pub_semver |
- | 2.1.5 | 2.1.5 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.12.3+2` on process_run does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions process_run
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 1 error:
UNCHECKED_USE_OF_NULLABLE_VALUE
-lib/src/local_install_command.dart:49:25
- The method 'replaceAll' can't be unconditionally invoked because the receiver can be 'null'.
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.