dartle 0.26.0 copy "dartle: ^0.26.0" to clipboard
dartle: ^0.26.0 copied to clipboard

A simple build system written in Dart. Tasks can be declared in a regular Dart file, or Dart applications can use this package to create their own build systems.

7
likes
120/ 140
pub points
16%
popularity

We analyzed this package 14 days ago, and awarded it 120 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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

220 out of 349 API elements (63.0 %) have documentation comments.

Some symbols that are missing documentation: dartle.AndCondition.conditions, dartle.AnsiMessage.parts, dartle.AnsiMessagePart, dartle.AnsiMessagePart.AnsiMessagePart.code, dartle.AnsiMessagePart.AnsiMessagePart.text.

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 does not support platform `Web`.

Because:

  • package:dartle/dartle.dart that imports:
  • package:dartle/src/task_run.dart that imports:
  • package:dartle/src/_actor_task.dart that imports:
  • package:actors/actors.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

INFO: Implicit tear-off of the 'call' method.

lib/src/dart/_dart_tests.dart:48:25

   ╷
48 │           onStdoutLine: jsonReporter,
   │                         ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/dart/_dart_tests.dart

INFO: Implicit tear-off of the 'call' method.

lib/src/io_helpers.dart:42:20

   ╷
42 │   onStdoutLine ??= StdStreamConsumer(printToStdout: true);
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/io_helpers.dart

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
actors ^0.10.0 0.10.0 0.11.0
args ^2.0.0 2.4.2 2.4.2
clock ^1.1.0 1.1.1 1.1.1
collection ^1.15.0 1.18.0 1.18.0
convert ^3.0.2 3.1.1 3.1.1
crypto ^3.0.0 3.0.3 3.0.3
io ^1.0.0 1.0.4 1.0.4
logging ^1.0.0 1.2.0 1.2.0
meta ^1.3.0 1.12.0 1.12.0
path ^1.8.0 1.9.0 1.9.0
structured_async ^0.3.0 0.3.2 0.3.2
tar ^1.0.1 1.0.4 1.0.4
test_report_parser ^1.1.0 1.2.1 1.2.1
yaml ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
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 `^0.10.0` on actors does not support the stable version `0.11.0`.

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

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.

7
likes
120
pub points
16%
popularity

Publisher

unverified uploader

A simple build system written in Dart. Tasks can be declared in a regular Dart file, or Dart applications can use this package to create their own build systems.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

actors, args, clock, collection, convert, crypto, io, logging, meta, path, structured_async, tar, test_report_parser, yaml

More

Packages that depend on dartle