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

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

628
likes
145/ 160
pub points
5.83k
downloads

We analyzed this package 2 days ago, and awarded it 145 pub points (of a possible 160):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

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: serverpod,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has multiple matching pubspec.yaml with name: serverpod.

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

1332 out of 2083 API elements (63.9 %) 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

failed
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/cache/caches.dart that imports:
  • package:serverpod_shared/serverpod_shared.dart that imports:
  • package:serverpod_shared/src/password_manager.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

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/cache/caches.dart that imports:
  • package:serverpod_shared/serverpod_shared.dart that imports:
  • package:serverpod_shared/src/password_manager.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.

OK
Pass static analysis
50 / 50trigger folding of the section

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.4.0 2.6.0 2.6.0
collection ^1.17.1 1.19.1 1.19.1
crypto ^3.0.2 3.0.6 3.0.6
http >=1.0.0 <2.0.0 1.3.0 1.3.0
meta ^1.8.0 1.16.0 1.16.0
mustache_template ^2.0.0 2.0.0 2.0.0
path ^1.8.2 1.9.1 1.9.1
postgres ^3.0.1 3.5.0 3.5.0
redis ^4.0.0 4.0.0 4.0.0
retry ^3.1.1 3.1.2 3.1.2
serverpod_serialization 2.3.1 2.3.1 2.3.1
serverpod_shared 2.3.1 2.3.1 2.3.1
synchronized ^3.1.0 3.3.0+3 3.3.0+3
system_resources ^1.6.0 1.6.0 1.6.0
uuid ^4.1.0 4.5.1 4.5.1
vm_service >=13.0.0 <16.0.0 15.0.0 15.0.0
yaml ^3.1.1 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
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.1 1.5.1
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
stack_trace - 1.12.1 1.12.1
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
unorm_dart - 0.3.0 0.3.0
web - 1.1.0 1.1.0

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

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.22.18, Dart 3.6.1.

Check the analysis log for details.

628
likes
145
points
5.83k
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

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

Topics

#backend #server #network #rest #database

Documentation

API reference

License

SSPL-1.0 (license)

Dependencies

args, collection, crypto, http, meta, mustache_template, path, postgres, redis, retry, serverpod_serialization, serverpod_shared, synchronized, system_resources, uuid, vm_service, yaml

More

Packages that depend on serverpod