process_run 0.12.2+1
process_run: ^0.12.2+1 copied to clipboard
Process run helpers for Linux/Win/Mac and which like feature for finding executables.
190
likes
130/ 140
pub points
98%
popularity
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
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: BSD-2-Clause
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 119 out of 196 API elements (60.7 %) have documentation comments.
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:process_run/process_run.dart
that imports:package:process_run/src/dev_process_run.dart
that imports:package:process_run/cmd_run.dart
that imports:package:process_run/src/flutterbin_cmd.dart
that imports:package:process_run/shell_run.dart
that imports:package:process_run/shell.dart
that imports:package:process_run/utils/process_result_extension.dart
that imports:package:process_run/src/lines_utils.dart
that imports:package:process_run/src/common/import.dart
that imports:package:process_run/src/common/dartbin.dart
that imports:package:process_run/src/dartbin_impl.dart
that imports:package:process_run/src/user_config.dart
that imports:package:process_run/src/shell_utils.dart
that imports:package:process_run/src/bin/shell/import.dart
that imports:package:process_run/src/bin/shell/shell_bin_command.dart
that imports:package:process_run/src/bin/shell/shell.dart
that imports:package:process_run/src/bin/shell/env.dart
that imports:package:process_run/src/bin/shell/env_var.dart
that imports:package:process_run/src/bin/shell/env_var_set.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary type check; the result is always 'true'.
lib/src/user_config.dart:131:9
╷
131 │ if (map is Map) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/user_config.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | >=2.0.0 <4.0.0 | 2.3.2 | 2.3.2 |
charcode | >=1.2.0 <3.0.0 | 1.3.1 | 1.3.1 |
collection | >=1.15.0 <3.0.0 | 1.17.1 | 1.17.1 |
meta | >=1.3.0 <3.0.0 | 1.8.0 | 1.8.0 |
path | >=1.8.0 <3.0.0 | 1.8.3 | 1.8.3 |
pub_semver | >=2.0.0 <4.0.0 | 2.1.3 | 2.1.3 |
string_scanner | >=1.1.0 <3.0.0 | 1.2.0 | 1.2.0 |
synchronized | >=3.0.0 <5.0.0 | 3.0.1 | 3.0.1 |
yaml | >=3.0.0 <5.0.0 | 3.1.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
source_span | - | 1.9.1 | 1.9.1 |
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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Dart 2.19.0
.