serverpod_relic 0.9.8
serverpod_relic: ^0.9.8 copied to clipboard
Web server for Serverpod (still experimental, but working).
We analyzed this package 20 hours ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: serverpod_relic.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: serverpod_relic, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://serverpod.dev was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
25 out of 53 API elements (47.2 %) have documentation comments.
Some symbols that are missing documentation: serverpod_relic.AbstractWidget, serverpod_relic.AbstractWidget.AbstractWidget.new, serverpod_relic.Route, serverpod_relic.Route.Route.new, serverpod_relic.Route.getBody.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
ERROR: The name 'Route' is defined in the libraries 'package:serverpod/src/relic/web_server.dart (via package:serverpod/serverpod.dart)' and 'package:serverpod_relic/src/web_server.dart'.
lib/src/routes/static_directory.dart:9:36
╷
9 │ class RouteStaticDirectory extends Route {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/routes/static_directory.dart
ERROR: Classes can only extend other classes.
lib/src/routes/static_directory.dart:9:36
╷
9 │ class RouteStaticDirectory extends Route {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/routes/static_directory.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mustache_template |
^2.0.0 |
2.0.3 | 2.0.3 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
serverpod |
^0.9.8 |
0.9.22 | 3.4.2 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
executor |
- | 2.2.5 | 2.2.5 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
pool |
- | 1.5.2 | 1.5.2 | |
postgres |
- | 2.6.4 | 3.5.9 | |
postgres_pool |
- | 2.1.6+1 | 2.1.6+1 | Discontinued |
redis |
- | 3.1.0 | 4.0.0 | |
retry |
- | 3.1.2 | 3.1.2 | |
sasl_scram |
- | 0.1.2 | 0.1.2 | |
saslprep |
- | 1.0.3 | 1.0.3 | |
serverpod_client |
- | 0.9.22 | 3.4.2 | |
serverpod_serialization |
- | 0.9.22 | 3.4.2 | |
serverpod_service_client |
- | 0.9.22 | 3.4.2 | |
serverpod_shared |
- | 0.9.22 | 3.4.2 | |
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 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
system_resources |
- | 1.6.0 | 1.6.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unorm_dart |
- | 0.3.2 | 0.3.2 | |
vm_service |
- | 9.4.0 | 15.0.2 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.9.8` on serverpod does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions serverpod to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.