script_runner 0.7.5 script_runner: ^0.7.5 copied to clipboard
Run all your project-related scripts in a portable, simple config.
We analyzed this package 4 days ago, and awarded it 150 pub points (of a possible 160):
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.
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
.
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 153809 elements... Initialized dartdoc with 183 libraries Generating docs for library config.dart from package:script_runner/config.dart... Generating docs for library utils.dart from package:script_runner/utils.dart... Generating docs for library base.dart from package:script_runner/base.dart... Generating docs for library runnable_script.dart from package:script_runner/runnable_script.dart... Generating docs for library script_runner.dart from package:script_runner/script_runner.dart... [1 more lines] ERR: warning: script_runner has no library level documentation comments from script_runner: (file:///tmp/pana_QLWTPB/lib/config.dart:1:9) warning: unresolved doc reference [YamlMap] from script_runner.ScriptRunnerShellConfig.parse: (file:///tmp/pana_QLWTPB/lib/config.dart:251:35) error: file already written at "script_runner/script_runner-library.html" for symbol script_runner: (file:///tmp/pana_QLWTPB/lib/script_runner.dart:2:9) conflicting with file already generated by script_runner: (file:///tmp/pana_QLWTPB/lib/config.dart:1:9) 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 [13 more lines]
10/10 points: Package has an example
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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
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
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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
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 |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
yaml |
- | 3.1.2 | 3.1.2 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.