routed_cli 0.4.1
routed_cli: ^0.4.1 copied to clipboard
CLI runtime and command framework utilities for the Routed ecosystem.
We analyzed this package 27 hours ago, and awarded it 120 pub points (of a possible 160):
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
249 out of 250 API elements (99.6 %) have documentation comments.
Some symbols that are missing documentation: routed_cli.CliVersion.CliVersion.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform iOS
Because:
package:routed_cli/routed_cli.dartthat imports:package:routed_cli/src/console/project/commands_loader.dartthat imports:package:artisanal/args.dartthat imports:package:artisanal/src/runner/help_color_scheme.dartthat imports:package:artisanal/src/style/style.dartthat imports:package:artisanal/src/style/tag_parser.dartthat imports:package:artisanal/src/style/style_model.dartthat imports:package:artisanal/src/style/border.dartthat imports:package:artisanal/style.dartthat imports:package:artisanal/src/style/rendering_helpers.dartthat imports:package:artisanal/src/style/list.dartthat imports:package:artisanal/src/tui/bubbles/components/base.dartthat imports:package:artisanal/src/tui/component.dartthat imports:package:artisanal/src/tui/model.dartthat imports:package:artisanal/src/tui/msg.dartthat imports:package:artisanal/src/tui/degradation.dartthat imports:package:artisanal/src/tui/evidence.dartthat imports:package:artisanal/src/tui/evidence_impl.dartthat imports:package:artisanal/src/tui/render_recorder.dartthat imports:package:artisanal/src/tui/render_feed.dartthat imports:package:artisanal/src/tui/program.dartthat imports:package:artisanal/src/uv/tui_adapter.dartthat imports:package:artisanal/tui.dartthat imports:package:artisanal/src/tui/tui.dartthat imports:package:artisanal/src/tui/markdown/markdown.dartthat imports:package:artisanal/src/tui/markdown/renderer.dartthat imports:package:artisanal/src/tui/markdown/images.dartthat imports:package:artisanal/src/tui/markdown/render_context.dartthat imports:package:artisanal/src/tui/markdown/options.dartthat imports:package:artisanal/src/tui/markdown/image_renderer.dartthat imports:package:pure_svg/svg.dartthat imports:package:pure_svg/src/loaders.dartthat imports:package:pure_ui/pure_ui.dartthat imports:dart:nativewrappers
Package not compatible with platform Web
Because:
package:routed_cli/routed_cli.dartthat imports:package:routed_cli/src/console/util/pubspec.dartthat imports:package:file/file.dartthat imports:package:file/src/interface.dartthat imports:package:file/src/io.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: The import of 'package:routed_cli/src/console/args/base_command.dart' is unnecessary because all of the used elements are also provided by the import of 'package:routed_cli/routed_cli.dart'.
lib/src/console/args/commands/spec.dart:7:8
╷
7 │ import 'package:routed_cli/src/console/args/base_command.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/console/args/commands/spec.dart
INFO: Unnecessary type annotation on a function expression parameter.
lib/src/console/create/templates.dart:225:39
╷
225 │ (dest, source) => MapEntry(dest, (TemplateContext context) {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/console/create/templates.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
artisanal |
^0.5.0 |
0.5.0 | 0.6.2 | |
build |
^4.0.4 |
4.0.11 | 4.0.11 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
glob |
^2.1.3 |
2.2.0 | 2.2.0 | |
json2yaml |
^3.0.1 |
3.0.1 | 3.0.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
routed |
>=0.5.1 <1.0.0 |
0.5.2 | 0.5.2 | |
routed_analyzer |
>=0.1.0 <1.0.0 |
0.1.2 | 0.1.2 | |
routed_core |
>=0.5.1 <1.0.0 |
0.5.2 | 0.5.2 | |
routed_logging |
>=0.2.0 <1.0.0 |
0.2.1 | 0.2.1 | |
stream_transform |
^2.1.1 |
2.1.2 | 2.1.2 | |
watcher |
^1.2.1 |
1.2.1 | 1.2.1 | |
yaml |
^3.1.3 |
3.1.4 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 108.0.0 | 108.0.0 | |
acanthis |
- | 1.6.0 | 1.6.0 | |
analysis_server_plugin |
- | 0.3.23 | 0.3.23 | |
analyzer |
- | 14.4.0 | 14.4.0 | |
analyzer_plugin |
- | 0.14.17 | 0.14.17 | |
ansicolor |
- | 2.0.3 | 2.0.3 | |
archive |
- | 4.3.0 | 4.3.0 | |
args |
- | 2.7.0 | 2.7.0 | |
artisanal_widgets |
- | 0.3.0 | 0.4.2 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
buffer |
- | 1.2.3 | 1.2.3 | |
carbonized |
- | 0.1.0 | 0.1.0 | |
cbor |
- | 6.5.1 | 6.5.1 | |
chalkdart |
- | 3.1.0 | 3.1.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
cli_config |
- | 0.2.0 | 0.2.0 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
completion |
- | 1.0.2 | 1.0.2 | |
contextual |
- | 2.2.0 | 2.2.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
convertlib |
- | 3.6.1 | 3.6.1 | |
coverage |
- | 1.15.1 | 1.15.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
crypto_keys |
- | 0.3.1 | 0.3.1 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
csslib |
- | 1.0.2 | 1.0.2 | |
d4_array |
- | 1.0.0 | 1.0.0 | |
d4_time |
- | 1.0.0 | 1.0.0 | |
d4_time_format |
- | 1.0.0 | 1.0.0 | |
dart_mappable |
- | 4.10.0 | 4.10.0 | |
dart_style |
- | 3.1.13 | 3.1.13 | |
dartastic_opentelemetry |
- | 0.10.0 | 0.11.0 | |
dartastic_opentelemetry_api |
- | 0.10.0 | 0.11.0 | |
dartssh2 |
- | 2.22.5 | 4.1.0 | |
decimal |
- | 3.2.6 | 3.2.6 | |
dotenv |
- | 4.2.0 | 4.2.0 | |
einvoicesign |
- | 1.0.1 | 1.0.1 | |
email_validator |
- | 3.0.0 | 3.0.0 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file_cloud |
- | 0.1.1 | 0.1.1 | |
file_sftp |
- | 0.2.1 | 0.2.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
forge2d |
- | 0.14.2+1 | 0.15.1 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
fuzzywuzzy |
- | 1.2.0 | 1.2.0 | |
gato |
- | 0.0.5+1 | 0.0.5+1 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.3 | 2.3.3 | |
grpc |
- | 5.1.0 | 5.1.0 | |
hashlib |
- | 2.4.2 | 2.4.2 | |
hex |
- | 0.2.0 | 0.2.0 | |
highlight |
- | 0.7.0 | 0.7.0 | |
hotreloader |
- | 4.4.0 | 4.4.0 | |
html |
- | 0.15.7 | 0.15.7 | |
html_unescape |
- | 2.0.0 | 2.0.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.10.1 | 4.10.1 | |
inflector_dart |
- | 1.0.2 | 1.0.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
io |
- | 1.1.0 | 1.1.0 | |
jose |
- | 0.3.5+2 | 0.3.5+2 | |
json_schema_builder |
- | 0.1.7 | 0.1.7 | |
liquify |
- | 1.6.1 | 1.6.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.1 | 7.3.1 | |
matcher |
- | 0.12.20 | 0.12.20 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
minio |
- | 3.5.8 | 3.5.8 | |
mustache_template |
- | 2.0.5 | 2.0.5 | |
nanoid2 |
- | 2.1.0 | 2.1.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
openapi_types |
- | 2.1.0 | 2.1.0 | |
ormed |
- | 0.4.0 | 0.4.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
pkcs12_parser |
- | 1.0.0 | 1.0.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
pool |
- | 1.5.3 | 1.5.3 | |
posix |
- | 6.5.2 | 6.5.2 | |
protobuf |
- | 6.1.0 | 6.1.0 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
pure_svg |
- | 0.2.0 | 0.2.0 | |
pure_ui |
- | 0.1.7 | 0.1.7 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rational |
- | 2.2.3 | 2.2.3 | |
redis |
- | 4.1.0 | 4.1.0 | |
routed_auth |
- | 0.2.1 | 0.2.1 | |
routed_cache |
- | 0.2.1 | 0.2.1 | |
routed_http |
- | 0.1.3 | 0.1.3 | |
routed_jobs |
- | 0.1.0 | 0.1.0 | |
routed_observability |
- | 0.1.1 | 0.1.1 | |
routed_openapi |
- | 0.1.1 | 0.1.1 | |
routed_rate_limit |
- | 0.1.1 | 0.1.1 | |
routed_security |
- | 0.1.1 | 0.1.1 | |
routed_sessions |
- | 0.2.1 | 0.2.1 | |
routed_storage |
- | 0.2.2 | 0.2.2 | |
routed_validation |
- | 0.1.1 | 0.1.1 | |
routed_views |
- | 0.2.1 | 0.2.1 | |
sentry |
- | 9.30.0 | 9.30.0 | |
server_auth |
- | 0.2.1 | 0.2.1 | |
server_cache |
- | 0.2.2 | 0.2.2 | |
server_contracts |
- | 0.1.1 | 0.1.1 | |
server_rate_limit |
- | 0.1.2 | 0.1.2 | |
server_sessions |
- | 0.1.3 | 0.1.3 | |
server_storage |
- | 0.1.3 | 0.1.3 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_gen |
- | 4.3.0 | 4.3.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.14 | 0.10.14 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stem |
- | 0.5.0 | 0.5.0 | |
storage_fs |
- | 0.2.0 | 0.2.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.32.0 | 1.32.0 | |
test_api |
- | 0.7.14 | 0.7.14 | |
test_core |
- | 0.6.20 | 0.6.20 | |
time_machine2 |
- | 0.13.1 | 0.14.0 | |
timezone |
- | 0.11.1 | 0.11.1 | |
type_plus |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
ultraviolet |
- | 0.5.1 | 0.6.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
vm_service |
- | 15.3.0 | 15.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
x509 |
- | 0.2.4+3 | 0.2.4+3 | |
xml |
- | 6.6.1 | 7.0.1 | |
yaml_edit |
- | 2.2.4 | 2.2.4 | |
yaml_writer |
- | 2.1.0 | 2.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.5.0` on artisanal does not support the stable version `0.6.0`, that was published 6 days ago.
When artisanal is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions artisanal 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_CLASS-lib/src/console/args/provider_commands.dart:242:3- Undefined class 'CliCommandRegistry'.
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.19, Dart 3.13.1.
Check the analysis log for details.