dart_ops_engine 0.5.0
dart_ops_engine: ^0.5.0 copied to clipboard
一个使用dart实现的fastlane自动化流程引擎.
We analyzed this package 3 days ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
37 out of 99 API elements (37.4 %) have documentation comments.
Some symbols that are missing documentation: action, action.Action.Action.fromJson, action.Action.Action.new, action.Action.actionId, action.Action.commandName.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:dart_ops_engine/dart_ops_engine.dartthat imports:package:dart_ops_engine/commons/dart_ops_engine.dartthat imports:package:dart_ops_engine/commons/execute.dartthat imports:package:process_run/shell.dartthat imports:package:process_run/utils/process_result_extension.dartthat imports:package:process_run/src/lines_utils.dartthat imports:package:process_run/src/lines_utils_common.dartthat imports:package:process_run/src/common/import.dartthat imports:package:process_run/src/common/dartbin.dartthat imports:package:process_run/src/dartbin_impl.dartthat imports:package:process_run/src/user_config.dartthat imports:package:process_run/src/shell_utils.dartthat imports:package:process_run/src/shell_utils_common.dartthat imports:package:process_run/src/platform/platform.dartthat imports:package:process_run/src/platform/platform_stub.dartthat imports:package:process_run/src/shell_context_common.dartthat imports:package:process_run/src/shell_common.dartthat imports:package:process_run/src/io/io_import.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
color_logger |
^1.0.2 |
1.0.2 | 1.0.2 | |
darty_json_safe |
^1.0.3 |
1.0.3 | 1.0.3 | |
dcm |
^1.7.0 |
1.8.1 | 2.1.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
process_run |
^0.12.5+3 |
0.12.5+3 | 1.2.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
collection |
- | 1.19.1 | 1.19.1 | |
io |
- | 1.0.5 | 1.0.5 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mustache_template |
- | 2.0.3 | 2.0.3 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
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.
The constraint `^1.7.0` on dcm does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions dcm to update the constraint.
The constraint `^0.12.5+3` on process_run does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions process_run to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_METHOD-lib/commons/execute.dart:60:16- The method 'Path' isn't defined for the type 'Execute'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.