navand_cli 1.0.1 copy "navand_cli: ^1.0.1" to clipboard
navand_cli: ^1.0.1 copied to clipboard

The command line tool for scaffolding, serving, and building Navand applications.

1
likes
130/ 160
pub points
76
downloads

We analyzed this package 13 hours ago, and awarded it 130 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

0 out of 0 API elements (100.0 %) have documentation comments.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Linux

  • ✓ macOS

  • ✓ Windows

These platforms are not supported:

Android

Cannot assign Android automatically to a binary only package.

iOS

Cannot assign iOS automatically to a binary only package.

Web

Cannot assign Web automatically to a binary only package.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:navand_cli/src/command_base.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Statements in an if should be enclosed in a block.

lib/src/commands/build.dart:106:72

    ╷
106 │               targetResult.status == build_status.BuildStatus.started) continue;
    │                                                                        ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/build.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.4.2 2.6.0 2.6.0
build_daemon ^4.0.1 4.0.3 4.0.3
collection ^1.18.0 1.19.1 1.19.1
dwds ^23.0.0 23.3.0 24.2.0
io ^1.0.4 1.0.5 1.0.5
logging ^1.2.0 1.3.0 1.3.0
shelf ^1.4.1 1.4.2 1.4.2
shelf_proxy ^1.0.4 1.0.4 1.0.4
shelf_static ^1.1.2 1.1.3 1.1.3
webdev ^3.3.0 3.4.0 3.7.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
browser_launcher - 1.1.3 1.1.3
built_collection - 5.1.1 5.1.1
built_value - 8.9.3 8.9.3
checked_yaml - 2.0.3 2.0.3
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dap - 1.4.0 1.4.0
dds - 3.4.0 4.2.7
dds_service_extensions - 1.7.0 2.0.0
devtools_shared - 8.1.1 11.1.0
dtd - 2.1.0 2.4.0
extension_discovery - 2.1.0 2.1.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
http - 0.13.6 1.2.2
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.1 4.1.1
intl - 0.19.0 0.20.1
json_annotation - 4.9.0 4.9.0
json_rpc_2 - 3.0.3 3.0.3
meta - 1.16.0 1.16.0
mime - 1.0.6 2.0.0
package_config - 2.1.1 2.1.1
path - 1.9.1 1.9.1
pool - 1.5.1 1.5.1
pub_semver - 2.1.5 2.1.5
pubspec_parse - 1.4.0 1.4.0
shelf_packages_handler - 3.0.2 3.0.2
shelf_web_socket - 1.0.4 2.0.1
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
sse - 4.1.7 4.1.7
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.3 2.1.3
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
unified_analytics - 5.8.8+2 7.0.1
usage - 4.1.1 4.1.1
uuid - 3.0.7 4.5.1
vm_service - 14.3.1 15.0.0
vm_service_interface - 1.0.1 2.0.1
watcher - 1.1.1 1.1.1
web - 1.1.0 1.1.0
web_socket_channel - 2.4.0 3.0.1
webkit_inspection_protocol - 1.2.1 1.2.1
yaml - 3.1.3 3.1.3
yaml_edit - 2.2.2 2.2.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^23.0.0` on dwds does not support the stable version `24.0.0`.

Try running dart pub upgrade --major-versions dwds 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.22.17, Dart 3.6.0.

Check the analysis log for details.

1
likes
130
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

The command line tool for scaffolding, serving, and building Navand applications.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, build_daemon, collection, dwds, io, logging, shelf, shelf_proxy, shelf_static, webdev

More

Packages that depend on navand_cli