script_runner 0.7.5 copy "script_runner: ^0.7.5" to clipboard
script_runner: ^0.7.5 copied to clipboard

Run all your project-related scripts in a portable, simple config.

140/ 160
pub points
434
downloads

We analyzed this package 22 days ago, and awarded it 140 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://casraf.dev/projects/dart-script-runner was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting script_runner... Discovering libraries... Linking elements... Precaching local docs for 153238 elements... Initialized dartdoc with 185 libraries Generating docs for library config.dart from package:script_runner/config.dart... Generating docs for library base.dart from package:script_runner/base.dart... Generating docs for library script_runner.dart from package:script_runner/script_runner.dart... Generating docs for library runnable_script.dart from package:script_runner/runnable_script.dart... Generating docs for library utils.dart from package:script_runner/utils.dart... [1 more lines] ERR: warning: script_runner has no library level documentation comments from script_runner: (file:///tmp/pana_EYPONI/lib/config.dart:1:1) warning: unresolved doc reference [YamlMap] from script_runner.ScriptRunnerShellConfig.parse: (file:///tmp/pana_EYPONI/lib/config.dart:251:35) error: file already written at "script_runner/index.html" for symbol script_runner: (file:///tmp/pana_EYPONI/lib/script_runner.dart:1:1) conflicting with file already generated by script_runner: (file:///tmp/pana_EYPONI/lib/config.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'script_runner' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [16 more lines]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:script_runner/script_runner.dart that imports:
  • package:script_runner/runnable_script.dart that imports:
  • package:script_runner/config.dart that imports:
  • package:unaconfig/unaconfig.dart that imports:
  • package:unaconfig/config_parser.dart that imports:
  • package:file/local.dart that imports:
  • package:file/src/backends/local.dart that imports:
  • package:file/src/backends/local/local_file_system.dart that imports:
  • package:file/src/backends/local/local_link.dart that imports:
  • package:file/src/backends/local/local_file_system_entity.dart that imports:
  • package:file/src/backends/local/local_file.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Library names are not necessary.

lib/config.dart:1:9

  ╷
1 │ library script_runner;
  │         ^^^^^^^^^^^^^
  ╵

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

INFO: Library names are not necessary.

lib/script_runner.dart:2:9

  ╷
2 │ library script_runner;
  │         ^^^^^^^^^^^^^
  ╵

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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
file ^7.0.0 7.0.1 7.0.1
path >=1.8.0 <2.0.0 1.9.1 1.9.1
unaconfig ^0.3.1 0.3.1 0.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
meta - 1.17.0 1.17.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
yaml - 3.1.3 3.1.3

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

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

Passed check 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.

Weekly downloads

Display as:
By versions:
15
likes
140
points
434
downloads

Publisher

verified publishercasraf.dev

Weekly Downloads

Run all your project-related scripts in a portable, simple config.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file, path, unaconfig

More

Packages that depend on script_runner