quds_server 1.0.2+2 copy "quds_server: ^1.0.2+2" to clipboard
quds_server: ^1.0.2+2 copied to clipboard

A core server for creating fast dart servers with support of routers, controllers, middlewares.

3
likes
110/ 140
pub points
0%
popularity

We analyzed this package 6 hours ago, and awarded it 110 pub points (of a possible 140):

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: Apache-2.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

108 out of 236 API elements (45.8 %) have documentation comments.

Some symbols that are missing documentation: quds_server.ApiValidator.parent, quds_server.ApiValidator.validateValue, quds_server.BodyGeneratorMiddleware, quds_server.BodyGeneratorMiddleware.BodyGeneratorMiddleware, quds_server.BodyMapValidation.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:quds_server/quds_server.dart that imports:
  • package:shelf/shelf_io.dart that imports:
  • package:shelf/src/io_server.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 36 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/server/server_configurations.dart:58:17

   ╷
58 │   bool operator ==(Object? other) {
   │                 ^^
   ╵

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

INFO: The part-of directive uses a library name.

lib/authorization/token_pair.dart:1:1

  ╷
1 │ part of quds_server;
  │ ^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
ansicolor ^2.0.1 2.0.2 2.0.2
args ^2.3.0 2.4.2 2.4.2
crypto ^3.0.1 3.0.3 3.0.3
dart_jsonwebtoken ^2.3.2 2.13.0 2.13.0
dart_spawner ^1.0.5 1.1.0 1.1.0
dio ^4.0.6 4.0.6 5.4.2+1
hotreloader ^3.0.1 3.0.6 4.2.0
http ^0.13.4 0.13.6 1.2.1
logging ^1.0.2 1.2.0 1.2.0
project_template ^1.0.2 1.0.2 1.1.0
redis ^2.0.0 2.2.0 4.0.0
reflection_factory ^1.0.13 1.2.25 2.3.1
resource_portable ^3.0.0 3.1.0 3.1.0
shelf ^1.2.0 1.4.1 1.4.1
shelf_router ^1.1.1 1.1.4 1.1.4
shelf_web_socket ^1.0.3 1.0.4 1.0.4
stack_trace ^1.11.0 1.11.1 1.11.1
uuid ^3.0.5 3.0.7 4.3.3
validators ^3.0.0 3.0.0 3.0.0
web_socket_channel ^2.3.0 2.4.4 2.4.4
yaml ^3.1.0 3.1.2 3.1.2
yaml_writer ^1.0.1 1.0.3 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 61.0.0 67.0.0
adaptive_number - 1.0.0 1.0.0
analyzer - 5.13.0 6.4.1
archive - 3.4.10 3.4.10
async - 2.11.0 2.11.0
async_extension - 1.2.10 1.2.10
base_codecs - 1.0.1 1.0.1
build - 2.4.1 2.4.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
dart_style - 2.3.2 2.3.6
ed25519_edwards - 0.3.1 0.3.1
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
glob - 2.1.2 2.1.2
http_methods - 1.1.1 1.1.1
http_parser - 4.0.2 4.0.2
js - 0.7.1 0.7.1
meta - 1.12.0 1.12.0
mime - 1.0.5 1.0.5
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pointycastle - 3.7.4 3.7.4
pub_semver - 2.1.4 2.1.4
source_span - 1.10.0 1.10.0
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vm_service - 11.10.0 14.2.0
watcher - 1.1.0 1.1.0
web - 0.5.1 0.5.1

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

Found 7 issues. Showing the first 2:

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

The constraint `^3.0.1` on hotreloader does not support the stable version `4.0.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.