pub_cache 0.3.2 copy "pub_cache: ^0.3.2" to clipboard
pub_cache: ^0.3.2 copied to clipboard

A library to reflect on the local pub cache.

2
likes
105/ 140
pub points
68%
popularity

We analyzed this package 7 days ago, and awarded it 105 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

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

Links in `README.md` should be secure. 1 image link is insecure.

README.md:2:55

  ╷
2 │ <a href="https://pub.dartlang.org/packages/pub_cache"><img src="http://img.shields.io/pub/v/pub_cache.svg" alt="pub package" /></a></p>
  │                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

22 out of 26 API elements (84.6 %) have documentation comments.

Some symbols that are missing documentation: pub_cache.Package.location, pub_cache.Package.name, pub_cache.Package.version, pub_cache.PubCache.location.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:pub_cache/pub_cache.dart that imports:
  • package:pub_cache/src/impl.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

INFO: Use 'whereType' to select elements of a given type.

lib/pub_cache.dart:60:26

   ╷
60 │         ? dir.listSync().where((entity) => entity is File).cast<File>().toList()
   │                          ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/pub_cache.dart

INFO: Using a colon as the separator before a default value is deprecated and will not be supported in language version 3.0 and later.

lib/pub_cache.dart:85:30

   ╷
85 │       {bool includePreRelease: false}) {
   │                              ^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/pub_cache.dart

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

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

Package Constraint Compatible Latest
path ^1.8.0 1.9.0 1.9.0
pub_semver ^2.0.0 2.1.4 2.1.4
yaml ^3.0.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

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

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.

2
likes
105
pub points
68%
popularity

Publisher

unverified uploader

A library to reflect on the local pub cache.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

path, pub_semver, yaml

More

Packages that depend on pub_cache