yaz_server_api 0.0.6+20
yaz_server_api: ^0.0.6+20 copied to clipboard
Yaz Framework Api For Dart Server
We analyzed this package 12 hours ago, and awarded it 90 pub points (of a possible 140):
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 60 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.
- contains
Repository has no matching pubspec.yaml
with name: yaz_server_api
.
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 133 out of 258 API elements (51.6 %) have documentation comments.
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
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 49 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
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cryptography |
^2.0.5 |
2.7.0 | 2.7.0 |
http |
^0.13.4 |
0.13.6 | 1.1.0 |
mailer |
^5.1.0 |
5.3.0 | 6.0.1 |
meta |
^1.7.0 |
1.10.0 | 1.10.0 |
mongo_dart |
^0.7.4 |
0.7.4+1 | 0.9.3 |
path |
^1.8.1 |
1.8.3 | 1.8.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
basic_utils |
- | 3.9.4 | 5.6.1 |
bson |
- | 1.0.4 | 4.0.0 |
buffer |
- | 1.2.2 | 1.2.2 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.18.0 | 1.18.0 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
ffi |
- | 2.1.0 | 2.1.0 |
fixnum |
- | 1.1.0 | 1.1.0 |
http_parser |
- | 4.0.2 | 4.0.2 |
intl |
- | 0.17.0 | 0.18.1 |
js |
- | 0.6.7 | 0.6.7 |
json_annotation |
- | 4.8.1 | 4.8.1 |
logging |
- | 1.2.0 | 1.2.0 |
mime |
- | 1.0.4 | 1.0.4 |
mongo_dart_query |
- | 1.0.2 | 4.0.4 |
pedantic |
- | 1.11.1 | 1.11.1 |
pointycastle |
- | 3.7.3 | 3.7.3 |
pool |
- | 1.5.1 | 1.5.1 |
power_extensions |
- | 0.2.2 | 0.2.2 |
rational |
- | 1.2.1 | 2.2.2 |
sasl_scram |
- | 0.1.1 | 0.1.1 |
saslprep |
- | 1.0.2 | 1.0.2 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.11.1 | 1.11.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
unorm_dart |
- | 0.2.0 | 0.2.0 |
uuid |
- | 3.0.7 | 4.1.0 |
vy_string_utils |
- | 0.4.5 | 0.4.5 |
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with Pana 0.21.37
, Dart 3.1.2
.