antd_client 0.2.0
antd_client: ^0.2.0 copied to clipboard
Dart client for the antd daemon - REST and gRPC access to the Autonomi decentralized storage network (public and private data, chunks, files, external-signer uploads).
We analyzed this package 28 hours ago, and awarded it 140 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 licenses: Apache-2.0, MIT.
10/10 points: 20% or more of the public API has dartdoc comments
147 out of 197 API elements (74.6 %) have documentation comments.
Some symbols that are missing documentation: antd_client.AlreadyExistsError.AlreadyExistsError.new, antd_client.AntdError.AntdError.new, antd_client.BadRequestError.BadRequestError.new, antd_client.CandidateNodeEntry.CandidateNodeEntry.fromJson, antd_client.CandidateNodeEntry.CandidateNodeEntry.new.
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:antd_client/antd_client.dartthat imports:package:antd_client/src/discover.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/errors.dart:143:58
╷
143 │ /// The daemon formats the message as `Partial upload: <stored>/<total>
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/errors.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/errors.dart:143:67
╷
143 │ /// The daemon formats the message as `Partial upload: <stored>/<total>
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/errors.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fixnum |
^1.1.0 |
1.1.1 | 1.1.1 | |
grpc |
^4.0.1 |
4.2.0 | 5.1.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
protobuf |
^4.1.0 |
4.2.0 | 6.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.4 | 2.3.4 | |
http2 |
- | 2.3.1 | 3.1.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
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.
The constraint `^4.0.1` on grpc does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions grpc to update the constraint.
The constraint `^4.1.0` on protobuf does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions protobuf 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.19, Dart 3.13.4.
Check the analysis log for details.