pub_cache 0.3.2 pub_cache: ^0.3.2 copied to clipboard
A library to reflect on the local pub cache.
We analyzed this package 17 hours ago, and awarded it 125 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
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
.
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.
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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:pub_cache/pub_cache.dart
that imports:package:pub_cache/src/impl.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
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
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
path |
^1.8.0 |
1.9.1 | 1.9.1 |
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.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.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
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.