at_server_spec 3.0.16
at_server_spec: ^3.0.16 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 3 days ago, and awarded it 130 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
219 out of 289 API elements (75.8 %) 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/connection/inbound_connection.dartthat imports:package:at_server_spec/src/connection/at_connection.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
at_commons |
^4.0.0 |
4.1.2 | 5.9.0 | |
meta |
^1.8.0 |
1.18.2 | 1.18.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.0` on at_commons does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions at_commons 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.12, Dart 3.11.5.
Check the analysis log for details.