dartle 0.32.0 copy "dartle: ^0.32.0" to clipboard
dartle: ^0.32.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.

8
likes
130/ 160
pub points
905
downloads

We analyzed this package 32 hours ago, and awarded it 130 pub points (of a possible 160):

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

227 out of 358 API elements (63.4 %) 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

failed
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.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:dartle/dartle.dart that imports:
  • package:dartle/src/task_run.dart that imports:
  • package:dartle/src/task_invocation.dart that imports:
  • package:dartle/src/task.dart that imports:
  • package:dartle/src/task_helpers.dart that imports:
  • package:dartle/src/run_condition.dart that imports:
  • package:dartle/src/file_collection.dart that imports:
  • package:dartle/src/error.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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Statements in an if should be enclosed in a block.

lib/src/task.dart:553:56

    ╷
553 │           task.dependencySet.contains(otherTask.name)) return;
    │                                                        ^^^^^^^
    ╵

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

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
actors ^0.11.0 0.11.0 0.11.0
args ^2.0.0 2.6.0 2.6.0
clock ^1.1.0 1.1.2 1.1.2
collection ^1.15.0 1.19.1 1.19.1
convert ^3.0.2 3.1.2 3.1.2
crypto ^3.0.0 3.0.6 3.0.6
io ^1.0.0 1.0.5 1.0.5
isolate_current_directory ^2.1.0 2.1.0 2.1.0
logging ^1.0.0 1.3.0 1.3.0
meta ^1.3.0 1.16.0 1.16.0
path ^1.8.0 1.9.1 1.9.1
structured_async ^0.3.0 0.3.2 0.3.2
tar ^2.0.0 2.0.0 2.0.0
test_report_parser ^1.1.0 1.2.1 1.2.1
yaml ^3.1.0 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_FUNCTION - lib/src/_task_graph.dart:34:23 - The function 'lastBy' isn't defined.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.17, Dart 3.6.0.

Check the analysis log for details.

8
likes
130
points
905
downloads

Publisher

unverified uploader

Weekly Downloads

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, isolate_current_directory, logging, meta, path, structured_async, tar, test_report_parser, yaml

More

Packages that depend on dartle