at_client 3.9.2
at_client: ^3.9.2 copied to clipboard
The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the atProtocol.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
653 out of 1416 API elements (46.1 %) have documentation comments.
Some symbols that are missing documentation: at_client, at_client.AtBuffer.AtBuffer.new, at_client.AtBufferOverFlowException, at_client.AtBufferOverFlowException.AtBufferOverFlowException.new, at_client.AtBufferOverFlowException.message.
10/10 points: Package has 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_client/at_client.dartthat imports:package:at_client/src/util/encryption_util.dartthat imports:package:at_utils/at_logger.dartthat imports:package:at_utils/src/logging/handlers.dartthat imports:package:chalkdart/chalk.dartthat imports:package:chalkdart/src/chalk_x11.g.dartthat imports:package:chalkdart/src/chalk.dartthat imports:package:chalkdart/src/ansiutils.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^3.6.1 |
3.6.1 | 4.0.7 | |
async |
^2.9.0 |
2.13.0 | 2.13.0 | |
at_auth |
^2.2.0 |
2.4.0 | 2.4.0 | |
at_base2e15 |
^1.0.0 |
1.0.0 | 1.0.0 | |
at_chops |
^2.2.0 |
2.2.0 | 2.2.0 | |
at_commons |
^5.5.0 |
5.6.2 | 5.6.2 | |
at_lookup |
^3.1.0 |
3.4.1 | 3.4.1 | |
at_persistence_secondary_server |
^4.2.0 |
4.2.0 | 4.2.0 | |
at_utils |
^3.2.0 |
3.4.0 | 3.4.0 | |
cron |
^0.5.1 |
0.5.1 | 0.6.2 | |
crypto |
^3.0.5 |
3.0.7 | 3.0.7 | |
crypton |
^2.2.1 |
2.2.1 | 2.2.1 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
internet_connection_checker |
^1.0.0+1 |
1.0.0+1 | 3.0.1 | |
meta |
^1.16.0 |
1.17.0 | 1.17.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
uuid |
^4.0.0 |
4.5.2 | 4.5.2 | |
version |
^3.0.2 |
3.0.2 | 3.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
at_persistence_spec |
- | 3.1.0 | 3.1.0 | |
at_utf7 |
- | 1.0.0 | 1.0.0 | |
chalkdart |
- | 3.0.5 | 3.0.5 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
dart_periphery |
- | 0.9.12 | 0.9.20 | |
ecdsa |
- | 0.1.2 | 0.1.2 | |
elliptic |
- | 0.3.12 | 0.3.12 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hive |
- | 2.2.3 | 2.2.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
mutex |
- | 3.1.0 | 3.1.0 | |
ninja_asn1 |
- | 2.0.0 | 2.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
process |
- | 5.0.5 | 5.0.5 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
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 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^3.6.1` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive to update the constraint.
The constraint `^0.5.1` on cron does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions cron to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/client/remote_secondary.dart:98:44- The argument type 'String?' can't be assigned to the parameter type 'String'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/client/remote_secondary.dart:98:57- The argument type 'String?' can't be assigned to the parameter type 'String'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/client/remote_secondary.dart:133:44- The argument type 'String?' can't be assigned to the parameter type 'String'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.