pkg 0.0.5 copy "pkg: ^0.0.5" to clipboard
pkg: ^0.0.5 copied to clipboard

Enhanced pub package commands to manage and interact with project dependencies.

100/ 160
pub points
51
downloads

We analyzed this package 25 hours ago, and awarded it 100 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

0 out of 0 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

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

Found 8 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.1.0 2.7.0 2.7.0
cli_util ^0.3.0 0.3.5 0.4.2
fvm ^2.0.6 2.4.1 4.0.4
io ^1.0.0 1.0.5 1.0.5
path ^1.8.0 1.9.1 1.9.1
process_run ^0.12.1 0.12.5+3 1.2.4
pub_api_client ^2.0.4 2.7.1 3.2.0
yaml ^3.1.0 3.1.3 3.1.3
yaml_edit ^2.0.0 2.2.3 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.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.7 3.0.7
dart_mappable - 4.6.1 4.6.1
date_format - 2.0.9 2.0.9
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
matcher - 0.12.18 0.12.18
meta - 1.17.0 1.17.0
oauth2 - 2.0.5 2.0.5
pub_semver - 2.2.0 2.2.0
pubspec - 2.3.0 2.3.0 Discontinued
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.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.8 0.7.8
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.2.0 2.2.0
web - 1.1.1 1.1.1

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.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Dart 3.10.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
100
points
51
downloads

Publisher

verified publisherleoafarias.com

Weekly Downloads

Enhanced pub package commands to manage and interact with project dependencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, fvm, io, path, process_run, pub_api_client, yaml, yaml_edit

More

Packages that depend on pkg