at_server_spec 5.0.4
at_server_spec: ^5.0.4 copied to clipboard
A Dart library containing abstract classes that defines what implementations of the root and secondary servers are responsible for.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Documentation URL doesn't exist.
At the time of the analysis https://docs.atsign.com/atplatform/secondaryserver 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
222 out of 290 API elements (76.6 %) have documentation comments.
Some symbols that are missing documentation: at_server_spec, at_server_spec.AtClientConnection.AtClientConnection.new, at_server_spec.AtConnection, at_server_spec.AtConnection.AtConnection.new, at_server_spec.AtConnectionMetaData.
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:at_server_spec/at_server_spec.dartthat imports:package:at_server_spec/src/server/at_root_server.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/verb/batch.dart:6:19
╷
6 │ /// syntax: batch:<json with commands>
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/verb/batch.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/verb/cram.dart:9:17
╷
9 │ ///Syntax: cram:<digest>
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/verb/cram.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
at_commons |
^5.0.0 |
5.8.0 | 5.8.0 | |
meta |
^1.11.0 |
1.18.1 | 1.18.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
json_annotation |
- | 4.10.0 | 4.10.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 |
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.23.9, Dart 3.11.0.
Check the analysis log for details.