yuro_cli 0.4.0
yuro_cli: ^0.4.0 copied to clipboard
A sample command-line application.
We analyzed this package 2 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.
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
96 out of 155 API elements (61.9 %) have documentation comments.
Some symbols that are missing documentation: build_runner, build_runner.BuildRunner, build_runner.BuildRunner.BuildRunner.new, build_runner.BuildRunner.argParser, build_runner.BuildRunner.parser.
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:yuro_cli/yuro_cli.dartthat imports:package:yuro_cli/core/core.dartthat imports:package:process_run/cmd_run.dartthat imports:package:process_run/src/flutterbin_cmd.dartthat imports:package:process_run/shell_run.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
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'FutureOr
lib/core/core.dart:58:17
╷
58 │ Future<String?> getRemoteVersion(String package) async {
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/core.dart
INFO: The variable name 'PROJECT_PATH' isn't a lowerCamelCase identifier.
lib/core/core.dart:24:22
╷
24 │ FutureOr<String> get PROJECT_PATH async {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/core/core.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.1 |
2.0.3 | 2.0.3 | |
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
dart_style |
^2.2.1 |
2.3.6 | 3.1.4 | |
http |
^0.13.4 |
0.13.6 | 1.6.0 | |
path |
^1.8.1 |
1.9.1 | 1.9.1 | |
process_run |
^0.12.3+1 |
0.12.5+3 | 1.2.4 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 67.0.0 | 93.0.0 | |
analyzer |
- | 6.4.1 | 10.0.1 | |
async |
- | 2.13.0 | 2.13.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.0 | 1.18.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
pub_semver |
- | 2.2.0 | 2.2.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 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
watcher |
- | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^2.2.1` on dart_style does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dart_style to update the constraint.
The constraint `^0.13.4` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http to update the constraint.
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.5, Dart 3.10.7.
Check the analysis log for details.