orca_gateway_cli 0.2.0
orca_gateway_cli: ^0.2.0 copied to clipboard
Command-line tool for Orca Gateway projects — manages plugins, patches native config, and scaffolds new servers.
We analyzed this package 28 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://orcagateway.com 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
162 out of 241 API elements (67.2 %) have documentation comments.
Some symbols that are missing documentation: orca_gateway_cli, orca_gateway_cli.ActionSchema.ActionSchema.fromYaml, orca_gateway_cli.ActionSchema.ActionSchema.new, orca_gateway_cli.ActionSchema.params, orca_gateway_cli.AndroidConfig.AndroidConfig.fromYaml.
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:orca_gateway_cli/orca_gateway_cli.dartthat imports:package:orca_gateway_cli/src/utils/package_resolver.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/generators/typescript_generator.dart:270:65
╷
270 │ /// Resolve a prop type for widget props (wrapped in Valueable<T>).
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/generators/typescript_generator.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/manifest/plugin_manifest.dart:30:30
╷
30 │ /// accepts a YamlMap (or Map<String, dynamic>); `array` accepts a YamlList
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/manifest/plugin_manifest.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.6.0 |
2.7.0 | 2.7.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
xml |
^6.5.0 |
6.6.1 | 7.0.1 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.2 | 1.18.2 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
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 constraint `^6.5.0` on xml does not support the stable version `7.0.0`, that was published 10 days ago.
When xml is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions xml 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.12, Dart 3.11.5.
Check the analysis log for details.