sip_script_runner 0.8.3
sip_script_runner: ^0.8.3 copied to clipboard
The core package for sip, used to parse and run project commands/scripts
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: sip_script_runner.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: sip_script_runner, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/mrgnhnt96/sip/tree/main/packages/script_runner was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/mrgnhnt96/sip/tree/master/packages/sip#readme 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.
10/10 points: 20% or more of the public API has dartdoc comments
32 out of 136 API elements (23.5 %) have documentation comments.
Some symbols that are missing documentation: bindings, bindings.Bindings.runScript, command_to_run, command_to_run.CommandToRun, command_to_run.CommandToRun.CommandToRun.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:sip_script_runner/sip_script_runner.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:sip_script_runner/sip_script_runner.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:sip_script_runner/sip_script_runner.dartthat declares support for platforms:Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary use of an abstract class.
lib/domain/bindings.dart:5:26
╷
5 │ abstract interface class Bindings {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/domain/bindings.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
autoequal |
>=0.9.0 <1.0.0 |
0.9.1 | 0.9.1 | Discontinued |
equatable |
>=2.0.0 <3.0.0 |
2.1.0 | 2.1.0 | |
ffi |
>=2.0.0 <3.0.0 |
2.2.0 | 2.2.0 | |
json_annotation |
>=4.0.0 <5.0.0 |
4.12.0 | 4.12.0 | |
path |
>=1.8.0 <2.0.0 |
1.9.1 | 1.9.1 | |
yaml |
>=3.0.0 <4.0.0 |
3.1.4 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- autoequal.
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.19, Dart 3.13.1.
Check the analysis log for details.