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 25 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.dartthat imports:package:cached_build_runner/utils/utils.dartthat imports:package:cached_build_runner/utils/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/file_output_stub.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 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
INFO: Unnecessary use of an abstract class.
lib/database/database_factory.dart:5:16
╷
5 │ abstract class DatabaseFactory {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/database/database_factory.dart
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.7 | 3.0.7 | |
get_it |
^7.6.7 |
7.7.0 | 9.2.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
logger |
^1.1.0 |
1.4.0 | 2.6.2 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
synchronized |
^3.0.1 |
3.4.0 | 3.4.0 | |
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.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
string_validator |
- | 1.2.0 | 1.2.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.23.3, Dart 3.10.4.
Check the analysis log for details.