yaz_server_api 0.0.6+20 copy "yaz_server_api: ^0.0.6+20" to clipboard
yaz_server_api: ^0.0.6+20 copied to clipboard

Yaz Framework Api For Dart Server

0
likes
110/ 160
pub points
6
downloads

We analyzed this package 46 hours ago, and awarded it 110 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 short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: yaz_server_api,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: yaz_server_api.

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.

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

100 out of 183 API elements (54.6 %) have documentation comments.

Some symbols that are missing documentation: yaz_server_api, yaz_server_api.AccessToken.AccessToken.generateForGuess, yaz_server_api.Checker, yaz_server_api.DateDifference, yaz_server_api.DateDifference.operator -.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:yaz_server_api/yaz_server_api.dart that imports:
  • package:yaz_server_api/src/services/mongo_db_service.dart that imports:
  • package:yaz_server_api/src/services/permission_handler.dart that imports:
  • package:yaz_server_api/src/models/token/token.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:yaz_server_api/yaz_server_api.dart that imports:
  • package:yaz_server_api/src/services/mongo_db_service.dart that imports:
  • package:yaz_server_api/src/services/permission_handler.dart that imports:
  • package:yaz_server_api/src/models/token/token.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 57 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'FutureOr

lib/src/models/data/context.dart:24:23

   ╷
24 │   Future<String?> get userID async {
   │                       ^^^^^^
   ╵

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

WARNING: This function has a nullable return type of 'FutureOr

lib/src/models/socket_data_model.dart:46:23

   ╷
46 │   Future<String?> get userID async {
   │                       ^^^^^^
   ╵

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

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
cryptography ^2.0.5 2.7.0 2.7.0
http ^0.13.4 0.13.6 1.4.0
mailer ^5.1.0 5.3.0 6.4.1
meta ^1.7.0 1.17.0 1.17.0
mongo_dart ^0.7.4 0.7.4+1 0.10.5
path ^1.8.1 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
basic_utils - 3.9.4 5.8.2
bson - 1.0.4 5.0.7
buffer - 1.2.3 1.2.3
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
mime - 1.0.6 2.0.0
mongo_dart_query - 1.0.2 5.0.2
pedantic - 1.11.1 1.11.1 Discontinued
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
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.1+1 0.3.1+1
uuid - 3.0.7 4.5.1
vy_string_utils - 0.4.6 0.4.6

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

Found 3 issues. Showing the first 2:

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.

The constraint `^5.1.0` on mailer does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions mailer 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.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Yaz Framework Api For Dart Server

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, http, mailer, meta, mongo_dart, path

More

Packages that depend on yaz_server_api