omnyserver 0.16.0 copy "omnyserver: ^0.16.0" to clipboard
omnyserver: ^0.16.0 copied to clipboard

Distributed server orchestration platform written in pure Dart. A central Hub manages a fleet of Node agents over WebSocket-on-TLS: live monitoring, capability detection, presets, formulas and desired [...]

130/ 160
pub points
391
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

2638 out of 2673 API elements (98.7 %) have documentation comments.

Some symbols that are missing documentation: omnyserver.AuditRepository.AuditRepository.new, omnyserver.Authenticator.Authenticator.new, omnyserver.Authorizer.Authorizer.new, omnyserver.CapabilityDetector.CapabilityDetector.new, omnyserver.Clock.Clock.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:omnyserver/omnyserver.dart that imports:
  • package:omnyserver/src/protocol/handshake.dart that imports:
  • package:omnyserver/src/protocol/control_message_codec.dart that imports:
  • package:omnyhub/omnyhub.dart that imports:
  • package:omnyhub/src/hub/pipeline.dart that imports:
  • package:omnyhub/src/shared/utils/logger.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest Notes
args ^2.7.0 2.7.0 2.7.0
cryptography ^2.9.0 2.9.0 2.9.0
dart_service_manager ^1.3.1 1.3.1 1.3.1
http ^1.0.0 1.6.0 1.6.0
meta ^1.19.0 1.19.0 1.19.0
omnyhub ^1.7.0 1.7.0 1.7.0
omnyshell ^1.56.1 1.56.1 1.56.1
path ^1.9.1 1.9.1 1.9.1
sqlite3 ^2.9.4 2.9.4 3.5.0
uuid ^4.5.3 4.6.0 4.6.0
web ^1.1.1 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
acme_client - 1.3.0 2.0.0
archive - 4.0.9 4.0.9
asn1lib - 1.6.5 1.6.5
async - 2.13.1 2.13.1
basic_utils - 5.8.2 5.8.2
boolean_selector - 2.1.2 2.1.2
collection - 1.19.1 1.19.1
command_shield - 1.4.0 1.4.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
crypto_keys - 0.3.1 0.3.1
dio - 5.10.0 5.10.0
dio_web_adapter - 2.2.0 2.2.0
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
jose - 0.3.5+2 0.3.5+2
json_annotation - 4.12.0 4.12.0
logging - 1.3.0 1.3.0
matcher - 0.12.20 0.12.20
mime - 2.0.0 2.0.0
multi_domain_secure_server - 1.0.17 1.0.17
omnydrive - 1.12.3 1.12.3
pointycastle - 4.0.0 4.0.0
posix - 6.5.0 6.5.0
quiver - 3.2.2 3.2.2
shelf - 1.4.2 1.4.2
shelf_letsencrypt - 2.0.3 2.0.3
shelf_web_socket - 3.0.0 3.0.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
tcp_tunnel - 2.1.0 2.1.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.13 0.7.13
typed_data - 1.4.0 1.4.0
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
x509 - 0.2.4+3 0.2.4+3
yaml - 3.1.3 3.1.3
yaml_edit - 2.2.4 2.2.4

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

The constraint `^2.9.4` on sqlite3 does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions sqlite3 to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.14, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
391
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Distributed server orchestration platform written in pure Dart. A central Hub manages a fleet of Node agents over WebSocket-on-TLS: live monitoring, capability detection, presets, formulas and desired-state reconciliation, exposed both as first-class Dart APIs and a REST HTTP API. Ships Hub, Node and CLI implementations.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

args, cryptography, dart_service_manager, http, meta, omnyhub, omnyshell, path, sqlite3, uuid, web

More

Packages that depend on omnyserver