cached_build_runner 0.0.7 copy "cached_build_runner: ^0.0.7" to clipboard
cached_build_runner: ^0.0.7 copied to clipboard

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

13
likes
130/ 140
pub points
57%
popularity

We analyzed this package 13 days ago, and awarded it 130 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

93 out of 146 API elements (63.7 %) have documentation comments.

Some symbols that are missing documentation: args_parser, args_parser.ArgumentParser, args_parser.ArgumentParser.ArgumentParser, args_parser.ArgumentParser.parseArgs, args_utils.

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/log.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
args ^2.4.0 2.5.0 2.5.0
crypto ^3.0.1 3.0.3 3.0.3
hive ^2.2.3 2.2.3 2.2.3
logger ^1.1.0 1.4.0 2.2.0
path ^1.8.2 1.9.0 1.9.0
redis ^3.1.0 3.1.0 4.0.0
synchronized ^3.0.1 3.1.0+1 3.1.0+1
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0
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.

The constraint `^3.1.0` on redis does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions redis to update the constraint.

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.

13
likes
130
pub points
57%
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

args, crypto, hive, logger, path, redis, synchronized

More

Packages that depend on cached_build_runner