cached_build_runner 0.1.0-pre3
cached_build_runner: ^0.1.0-pre3 copied to clipboard
Optimizes the build_runner by caching generated codes for non changed .dart files
We analyzed this package 7 days ago, and awarded it 130 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
151 out of 276 API elements (54.7 %) have documentation comments.
Some symbols that are missing documentation: args_utils
, args_utils.ArgsUtils
, args_utils.ArgsUtils.ArgsUtils.new
, args_utils.ArgsUtils.args
, args_utils.ArgsUtils.commands
.
10/10 points: Package has 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:cached_build_runner/cached_build_runner.dart
that imports:package:cached_build_runner/utils/utils.dart
that imports:package:cached_build_runner/utils/logger.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:cached_build_runner/cached_build_runner.dart
that imports:package:cached_build_runner/utils/utils.dart
that imports:package:cached_build_runner/utils/logger.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
WARNING: The value of the field '_cacheProvider' isn't used.
lib/commands/cache/list_cache_sub_command.dart:14:23
╷
14 │ final CacheProvider _cacheProvider;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/commands/cache/list_cache_sub_command.dart
/tmp/pana_XDMHFC/bin/cached_build_runner.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ansicolor |
^2.0.2 |
2.0.3 | 2.0.3 | |
args |
^2.4.0 |
2.7.0 | 2.7.0 | |
barbecue |
^0.5.0 |
0.5.0 | 0.5.0 | |
crypto |
^3.0.1 |
3.0.6 | 3.0.6 | |
get_it |
^7.6.7 |
7.7.0 | 8.0.3 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
logger |
^1.1.0 |
1.4.0 | 2.5.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
synchronized |
^3.0.1 |
3.3.1 | 3.3.1 | |
text_table |
^4.0.3 |
4.0.3 | 4.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.16.0 | 1.16.0 | |
string_validator |
- | 1.1.0 | 1.1.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^7.6.7` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it
to update the constraint.
The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger
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.20
, Dart 3.7.2
.
Check the analysis log for details.