serverpod 2.9.5
serverpod: ^2.9.5 copied to clipboard
Serverpod is an open-source, scalable app server, written in Dart for the Flutter community.
We analyzed this package 4 hours ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
5/10 points: Use an OSI-approved license
Detected license: SSPL-1.0.
The following license are not OSI-approved: `SSPL-1.0`.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
1802 out of 2420 API elements (74.5 %) have documentation comments.
Some symbols that are missing documentation: database, diagnostic_events, many_relation_builder, protocol, protocol.AccessDeniedException.
10/10 points: Package has 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 464 issues. Showing the first 2:
ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'String'.
lib/src/cloud_storage/public_endpoint.dart:120:55
╷
120 │ return file(session as MethodCallSession, params['path']);
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cloud_storage/public_endpoint.dart
ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'String'.
lib/src/cloud_storage/public_endpoint.dart:143:57
╷
143 │ return upload(session as MethodCallSession, params['storage'],
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cloud_storage/public_endpoint.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
collection |
^1.17.1 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
http |
>=1.1.0 <2.0.0 |
1.6.0 | 1.6.0 | |
meta |
^1.11.0 |
1.19.0 | 1.19.0 | |
mustache_template |
^2.0.0 |
2.0.5 | 2.0.5 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
postgres |
^3.4.0 |
3.5.12 | 3.5.12 | |
redis |
^4.0.0 |
4.1.0 | 4.1.0 | |
retry |
^3.1.1 |
3.1.2 | 3.1.2 | |
serverpod_serialization |
2.9.5 |
2.9.5 | 3.4.13 | |
serverpod_shared |
2.9.5 |
2.9.5 | 3.4.13 | |
synchronized |
^3.1.0 |
3.4.1+2 | 3.4.1+2 | |
system_resources |
^1.6.0 |
1.6.0 | 1.6.0 | |
uuid |
^4.1.0 |
4.6.0 | 4.6.0 | |
vm_service |
>=13.0.0 <16.0.0 |
15.3.0 | 15.3.0 | |
yaml |
^3.1.2 |
3.1.4 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
pool |
- | 1.5.3 | 1.5.3 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
super_string |
- | 1.0.3 | 1.0.3 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `2.9.5` on serverpod_serialization does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions serverpod_serialization to update the constraint.
The constraint `2.9.5` on serverpod_shared does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions serverpod_shared to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 192 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/cloud_storage/public_endpoint.dart:120:55- The argument type 'dynamic' can't be assigned to the parameter type 'String'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/cloud_storage/public_endpoint.dart:143:57- The argument type 'dynamic' can't be assigned to the parameter type 'String'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/cloud_storage/public_endpoint.dart:144:17- The argument type 'dynamic' can't be assigned to the parameter type 'String'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.