at_server_spec 2.0.5
at_server_spec: ^2.0.5 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 120 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://atsign.dev/docs/ 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
170 out of 232 API elements (73.3 %) 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
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 26 issues. Showing the first 2:
WARNING: Duplicate import.
lib/src/verb/config.dart:3:8
╷
3 │ import 'verb.dart';
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/verb/config.dart
INFO: The import of 'package:at_server_spec/src/verb/verb.dart' is unnecessary because all of the used elements are also provided by the import of 'package:at_server_spec/at_verb_spec.dart'.
lib/src/verb/batch.dart:2:8
╷
2 │ import 'package:at_server_spec/src/verb/verb.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/verb/batch.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
at_commons |
^2.0.4 |
2.0.5 | 5.9.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.0.4` on at_commons does not support the stable version `3.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.