serverpod 1.2.6 copy "serverpod: ^1.2.6" to clipboard
serverpod: ^1.2.6 copied to clipboard

Serverpod is an open-source, scalable app server, written in Dart for the Flutter community.

508
likes
125/ 140
pub points
95%
popularity

We analyzed this package 7 days ago, and awarded it 125 pub points (of a possible 140):

partial
Follow Dart file conventions
25 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/serverpod/serverpod/issues 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.

OK
Provide documentation
20 / 20trigger folding of the section

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

1111 out of 1742 API elements (63.8 %) have documentation comments.

Some symbols that are missing documentation: database, many_relation_builder, protocol, protocol.AccessDeniedException, protocol.AccessDeniedException.AccessDeniedException.

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:serverpod/serverpod.dart that imports:
  • package:serverpod/src/cloud_storage/cloud_storage.dart that imports:
  • package:serverpod/src/server/session.dart that imports:
  • package:serverpod/src/server/log_manager.dart that imports:
  • package:serverpod/server.dart that imports:
  • package:serverpod/src/server/serverpod.dart that imports:
  • package:serverpod/src/generated/endpoints.dart that imports:
  • package:serverpod/src/endpoints/insights.dart that imports:
  • package:serverpod_shared/serverpod_shared.dart that imports:
  • package:serverpod_shared/src/service_key_manager.dart that imports:
  • package:serverpod_shared/src/config.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
args ^2.4.0 2.5.0 2.5.0
collection ^1.17.1 1.18.0 1.18.0
crypto ^3.0.2 3.0.3 3.0.3
http >=0.13.0 <2.0.0 1.2.1 1.2.1
meta ^1.8.0 1.14.0 1.14.0
mustache_template ^2.0.0 2.0.0 2.0.0
path ^1.8.2 1.9.0 1.9.0
postgres ^2.6.4 2.6.4 3.2.0
postgres_pool ^2.1.6 2.1.6+1 2.1.6+1
redis ^4.0.0 4.0.0 4.0.0
retry ^3.1.1 3.1.2 3.1.2
serverpod_client 1.2.6 1.2.6 1.2.6
serverpod_serialization 1.2.6 1.2.6 1.2.6
serverpod_service_client 1.2.6 1.2.6 1.2.6
serverpod_shared 1.2.6 1.2.6 1.2.6
synchronized ^3.1.0 3.1.0+1 3.1.0+1
system_resources ^1.6.0 1.6.0 1.6.0
vm_service >=13.0.0 <15.0.0 14.2.1 14.2.1
yaml ^3.1.1 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
executor - 2.2.3 2.2.3
fixnum - 1.1.0 1.1.0
http_parser - 4.0.2 4.0.2
pedantic - 1.11.1 1.11.1
pool - 1.5.1 1.5.1
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
super_string - 1.0.3 1.0.3
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
uuid - 4.4.0 4.4.0
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 2.4.5

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

The constraint `^2.6.4` on postgres does not support the stable version `3.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.