shelf_easy 0.0.66 copy "shelf_easy: ^0.0.66" to clipboard
shelf_easy: ^0.0.66 copied to clipboard

Lightweight web server, websocket server, websocket client framework. Support cluster, simple and easy to use.

6
likes
130/ 160
pub points
520
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

383 out of 474 API elements (80.8 %) have documentation comments.

Some symbols that are missing documentation: shelf_easy.DBUnsupportArrayOperate.DBUnsupportArrayOperate.new, shelf_easy.DBUnsupportNullValue.DBUnsupportNullValue.new, shelf_easy.DBUnsupportNumberOperate.DBUnsupportNumberOperate.new, shelf_easy.DbAggregateOptions.DbAggregateOptions.new, shelf_easy.DbAggregateOptions.session.

Passed check 10/10 points: Package has an example

Failed 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:shelf_easy/shelf_easy.dart that imports:
  • package:shelf_easy/src/easy.dart that imports:
  • package:shelf_easy/src/easy_unidb.dart that imports:
  • package:shelf_easy/src/easy_class.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:shelf_easy/shelf_easy.dart that imports:
  • package:shelf_easy/src/easy.dart that imports:
  • package:shelf_easy/src/easy_unidb.dart that imports:
  • package:shelf_easy/src/easy_class.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 16 issues. Showing the first 2:

WARNING: Braces unnecessarily wrap this expression in a set literal.

lib/src/easy_server.dart:522:36

    ╷
522 │       session.eachChannel((cid) => {quitChannel(session, cid)}); //退出已加入的所有分组
    │                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

/tmp/pana_CIVUIS/lib/src/db/db_base.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
bson ^1.0.4 1.0.4 5.0.5
crypto ^3.0.2 3.0.6 3.0.6
encrypt ^5.0.1 5.0.3 5.0.3
http ^0.13.4 0.13.6 1.3.0
http_parser ^4.0.1 4.1.2 4.1.2
mongo_dart ^0.7.4+1 0.7.4+1 0.10.4
postgres ^2.4.3 2.6.4 3.5.6
shelf ^1.3.0 1.4.2 1.4.2
shelf_cors_headers ^0.1.3 0.1.5 0.1.5
shelf_multipart ^1.0.0 1.0.0 2.0.1
shelf_proxy ^1.0.1 1.0.4 1.0.4
shelf_router ^1.1.2 1.1.4 1.1.4
shelf_static ^1.1.0 1.1.3 1.1.3
shelf_web_socket ^1.0.1 1.0.4 3.0.0
uuid ^3.0.6 3.0.7 4.5.1
web_socket_channel ^2.2.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.3 1.6.3
async - 2.13.0 2.13.0
basic_utils - 3.9.4 5.8.2
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
fixnum - 1.1.1 1.1.1
http_methods - 1.1.1 1.1.1
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
meta - 1.16.0 1.16.0
mime - 1.0.6 2.0.0
mongo_dart_query - 1.0.2 5.0.2
path - 1.9.1 1.9.1
pointycastle - 3.9.1 4.0.0
pool - 1.5.1 1.5.1
power_extensions - 0.2.3 0.2.3
rational - 1.2.1 2.2.3
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
unorm_dart - 0.3.0 0.3.0
vy_string_utils - 0.4.6 0.4.6
web - 0.5.1 1.1.1

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

Found 8 issues. Showing the first 2:

The constraint `^1.0.4` on bson does not support the stable version `2.0.1`.

Try running dart pub upgrade --major-versions bson 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.

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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
130
points
520
downloads

Publisher

verified publishercszykj.com

Weekly Downloads

Lightweight web server, websocket server, websocket client framework. Support cluster, simple and easy to use.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

bson, crypto, encrypt, http, http_parser, mongo_dart, postgres, shelf, shelf_cors_headers, shelf_multipart, shelf_proxy, shelf_router, shelf_static, shelf_web_socket, uuid, web_socket_channel

More

Packages that depend on shelf_easy