sip_script_runner 0.4.6 copy "sip_script_runner: ^0.4.6" to clipboard
sip_script_runner: ^0.4.6 copied to clipboard

The core package for sip, used to parse and run project commands/scripts

1
likes
130/ 140
pub points
5%
popularity

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/mrgnhnt96/sip/issues 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.

OK
Provide documentation
20 / 20trigger folding of the section

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

26 out of 114 API elements (22.8 %) 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.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:sip_script_runner/sip_script_runner.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:sip_script_runner/sip_script_runner.dart that declares support for platforms: Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Unnecessary cast.

lib/domain/script.g.dart:31:17

   ╷
31 │       aliases: (_retrieveStrings(json, '(aliases)') as List<dynamic>?)
   │                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Unnecessary cast.

lib/domain/script.g.dart:39:13

   ╷
39 │       bail: _retrieveBool(json, '(bail)') as bool? ?? false,
   │             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
autoequal >=0.9.0 <1.0.0 0.9.1 0.9.1
equatable >=2.0.0 <3.0.0 2.0.5 2.0.5
ffi >=2.0.0 <3.0.0 2.1.2 2.1.2
json_annotation >=4.0.0 <5.0.0 4.9.0 4.9.0
path >=1.8.0 <2.0.0 1.9.0 1.9.0
yaml >=3.0.0 <4.0.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.