pkg 0.0.5 pkg: ^0.0.5 copied to clipboard
Enhanced pub package commands to manage and interact with project dependencies.
We analyzed this package 41 hours ago, and awarded it 100 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
-
✓ Windows
These platforms are not supported:
Android
Cannot assign Android automatically to a binary only package.
iOS
Cannot assign iOS automatically to a binary only package.
Web
Cannot assign Web automatically to a binary only package.
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 7 issues. Showing the first 2:
ERROR: The property 'scorecard' can't be unconditionally accessed because the receiver can be 'null'.
lib/src/commands/view.dart:39:31
╷
39 │ final scorecard = metrics.scorecard;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/view.dart
ERROR: The getter 'grantedPubPoints' isn't defined for the type 'PackageScoreCard'.
lib/src/commands/view.dart:58:28
╷
58 │ 'Points: ${scorecard.grantedPubPoints}/${scorecard.maxPubPoints}',
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/view.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.1.0 |
2.6.0 | 2.6.0 |
cli_util |
^0.3.0 |
0.3.5 | 0.4.2 |
fvm |
^2.0.6 |
2.4.1 | 3.2.1 |
io |
^1.0.0 |
1.0.4 | 1.0.4 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
process_run |
^0.12.1 |
0.12.5+3 | 1.2.2 |
pub_api_client |
^2.0.4 |
2.7.1 | 3.0.0 |
yaml |
^3.1.0 |
3.1.2 | 3.1.2 |
yaml_edit |
^2.0.0 |
2.2.1 | 2.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
charcode |
- | 1.4.0 | 1.4.0 |
cli_notify |
- | 0.0.4 | 0.0.4 |
collection |
- | 1.19.1 | 1.19.1 |
console |
- | 4.1.0 | 4.1.0 |
crypto |
- | 3.0.6 | 3.0.6 |
dart_mappable |
- | 4.3.0 | 4.3.0 |
date_format |
- | 2.0.9 | 2.0.9 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
matcher |
- | 0.12.17 | 0.12.17 |
meta |
- | 1.16.0 | 1.16.0 |
oauth2 |
- | 2.0.3 | 2.0.3 |
pub_semver |
- | 2.1.4 | 2.1.4 |
pubspec |
- | 2.3.0 | 2.3.0 |
quiver |
- | 3.2.2 | 3.2.2 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
tint |
- | 2.0.1 | 2.0.1 |
type_plus |
- | 2.1.1 | 2.1.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
uri |
- | 1.0.0 | 1.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.3.0` on cli_util does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions cli_util
to update the constraint.
The constraint `^2.0.6` on fvm does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions fvm
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.