cached_build_runner 0.1.0-pre3 copy "cached_build_runner: ^0.1.0-pre3" to clipboard
cached_build_runner: ^0.1.0-pre3 copied to clipboard

Optimizes the build_runner by caching generated codes for non changed .dart files

13
likes
110/ 140
pub points
60%
popularity

We analyzed this package 12 hours ago, and awarded it 110 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

151 out of 271 API elements (55.7 %) have documentation comments.

Some symbols that are missing documentation: args_utils, args_utils.ArgsUtils, args_utils.ArgsUtils.ArgsUtils, args_utils.ArgsUtils.args, args_utils.ArgsUtils.commands.

10/10 points: Package has 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: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
failed
Pass static analysis
30 / 50trigger folding of the section

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

bin/cached_build_runner.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
ansicolor ^2.0.2 2.0.2 2.0.2
args ^2.4.0 2.5.0 2.5.0
barbecue ^0.5.0 0.5.0 0.5.0
crypto ^3.0.1 3.0.3 3.0.3
get_it ^7.6.7 7.7.0 7.7.0
hive ^2.2.3 2.2.3 2.2.3
logger ^1.1.0 1.4.0 2.3.0
path ^1.8.2 1.9.0 1.9.0
synchronized ^3.0.1 3.1.0+1 3.1.0+1
text_table ^4.0.3 4.0.3 4.0.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
meta - 1.15.0 1.15.0
string_validator - 1.0.2 1.0.2
typed_data - 1.3.2 1.3.2

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

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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

13
likes
110
pub points
60%
popularity

Publisher

verified publishernetglade.cz

Optimizes the build_runner by caching generated codes for non changed .dart files

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ansicolor, args, barbecue, crypto, get_it, hive, logger, path, synchronized, text_table

More

Packages that depend on cached_build_runner