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 22 days ago, and awarded it 140 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 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]
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.dartthat imports:package:script_runner/runnable_script.dartthat imports:package:script_runner/config.dartthat imports:package:unaconfig/unaconfig.dartthat imports:package:unaconfig/config_parser.dartthat imports:package:file/local.dartthat imports:package:file/src/backends/local.dartthat imports:package:file/src/backends/local/local_file_system.dartthat imports:package:file/src/backends/local/local_link.dartthat imports:package:file/src/backends/local/local_file_system_entity.dartthat imports:package:file/src/backends/local/local_file.dartthat imports:package:file/src/io.dartthat imports:dart:io
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
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.
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.23.3, Dart 3.10.4.
Check the analysis log for details.