pb_server 0.0.1-alpha.4
pb_server: ^0.0.1-alpha.4 copied to clipboard
Postgres-Backend Server Library
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
Repository URL doesn't exist.
At the time of the analysis https://github.com/wolframm/postgres-backend/tree/9ce36c3604e97ac539858a1229983ee0348cd12e/server 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
198 out of 413 API elements (47.9 %) have documentation comments.
Some symbols that are missing documentation: pb_server.BadCertificateException.BadCertificateException.new, pb_server.BadCertificateException.certificate, pb_server.Bounds.Bounds.new, pb_server.Bounds.lower, pb_server.Bounds.upper.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:pb_server/pb_server.dartthat imports:package:postgres/postgres.dartthat imports:package:postgres/src/v3/database_info.dartthat imports:package:postgres/src/messages/logical_replication_messages.dartthat imports:package:postgres/src/messages/shared_messages.dartthat imports:package:postgres/src/messages/server_messages.dartthat imports:package:postgres/src/types.dartthat imports:package:postgres/src/types/type_registry.dartthat imports:package:postgres/src/types/text_search.dartthat imports:package:postgres/src/exceptions.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/logging.dart:8:1
╷
8 │ _fmtRecord(LogRecord record) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/logging.dart
INFO: Missing type annotation.
lib/src/logging.dart:13:1
╷
13 │ initLogging(String name, bool verbose) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/logging.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.5.0 |
2.7.0 | 2.7.0 | |
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
dart_jsonwebtoken |
^2.14.0 |
2.17.0 | 3.3.1 | |
email_validator |
^2.1.17 |
2.1.17 | 3.0.0 | |
enum_to_string |
^2.0.1 |
2.2.1 | 2.2.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
grpc |
^3.2.4 |
3.2.4 | 5.0.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
postgres |
^3.2.0 |
3.5.9 | 3.5.9 | |
protobuf |
^3.1.0 |
3.1.0 | 6.0.0 | |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
sodium |
^2.3.1+1 |
2.3.1+1 | 3.4.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
archive |
- | 3.6.1 | 4.0.7 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ed25519_edwards |
- | 0.3.1 | 0.3.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
freezed_annotation |
- | 2.4.4 | 3.1.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 1.6.0 | 2.0.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
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.
Found 5 issues. Showing the first 2:
The constraint `^2.14.0` on dart_jsonwebtoken does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dart_jsonwebtoken to update the constraint.
The constraint `^2.1.17` on email_validator does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions email_validator 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.3, Dart 3.10.1.
Check the analysis log for details.