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.

4
likes
80/ 140
pub points
0%
popularity

We analyzed this package 23 hours ago, and awarded it 80 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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
Pass static analysis
0 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
args ^2.1.0 2.5.0 2.5.0
cli_util ^0.3.0 0.3.5 0.4.1
fvm ^2.0.6 2.4.1 3.1.4
io ^1.0.0 1.0.4 1.0.4
path ^1.8.0 1.9.0 1.9.0
process_run ^0.12.1 0.12.5+3 0.14.2
pub_api_client ^2.0.4 2.7.0 2.7.0
yaml ^3.1.0 3.1.2 3.1.2
yaml_edit ^2.0.0 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
charcode - 1.3.1 1.3.1
cli_notify - 0.0.4 0.0.4
collection - 1.18.0 1.18.0
console - 4.1.0 4.1.0
crypto - 3.0.3 3.0.3
dart_mappable - 4.2.2 4.2.2
date_format - 2.0.7 2.0.7
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
matcher - 0.12.16+1 0.12.16+1
meta - 1.14.0 1.14.0
oauth2 - 2.0.2 2.0.2
pub_semver - 2.1.4 2.1.4
pubspec - 2.3.0 2.3.0
quiver - 3.2.1 3.2.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
tint - 2.0.1 2.0.1
type_plus - 2.1.1 2.1.1
typed_data - 1.3.2 1.3.2
uri - 1.0.0 1.0.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

4
likes
80
pub points
0%
popularity

Publisher

verified publisherleoafarias.com

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