a2a 4.3.0
a2a: ^4.3.0 copied to clipboard
An implementation of the Google A2A protocol and SDK for client and server development
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
556 out of 1127 API elements (49.3 %) have documentation comments.
Some symbols that are missing documentation: a2a, a2a.A2AAPIKeySecurityScheme.A2AAPIKeySecurityScheme.fromJson, a2a.A2AAPIKeySecurityScheme.A2AAPIKeySecurityScheme.new, a2a.A2AAPIKeySecurityScheme.toJson, a2a.A2AAgent.A2AAgent.new.
10/10 points: Package has an example and has no issues with screenshots
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:a2a/a2a.dartthat imports:package:a2a/src/server/a2a_server.dartthat imports:package:darto/stream.dartthat imports:package:darto/src/helpers/stream.dartthat imports:package:darto/src/core/darto_response.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/server/src/express/a2a_express_app.dart:63:13
╷
63 │ return streamSSE(c, (sse) async {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/server/src/express/a2a_express_app.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
colorize |
^3.0.0 |
3.0.0 | 3.0.0 | |
darto |
^1.2.0 |
1.3.0 | 1.3.0 | |
events_emitter |
^0.6.0 |
0.6.0 | 0.6.0 | |
genai_primitives |
^0.2.3 |
0.2.4 | 0.2.4 | |
genkit |
^0.14.1 |
0.14.1 | 0.15.1 | |
json_annotation |
^4.12.0 |
4.12.0 | 4.12.0 | |
meta |
^1.18.3 |
1.19.0 | 1.19.0 | |
oxy |
^0.2.2 |
0.2.2 | 0.6.0 | |
uuid |
^4.5.3 |
4.6.0 | 4.6.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
antlr4 |
- | 4.13.2 | 4.13.2 | |
async |
- | 2.13.1 | 2.13.1 | |
block |
- | 1.3.0 | 1.3.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+4 | 0.3.5+4 | |
crypto |
- | 3.0.7 | 3.0.7 | |
decimal |
- | 3.2.6 | 3.2.6 | |
dotprompt |
- | 0.0.1 | 0.0.1 | |
email_validator |
- | 3.0.0 | 3.0.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
handlebars_dart |
- | 0.0.1 | 0.0.1 | |
ht |
- | 0.3.2 | 0.6.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
json_schema_builder |
- | 0.1.6 | 0.1.6 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
mime |
- | 2.0.0 | 2.0.0 | |
ocookie |
- | 0.2.0 | 0.3.0 | |
opentelemetry |
- | 0.18.11 | 0.18.11 | |
path |
- | 1.9.1 | 1.9.1 | |
protobuf |
- | 6.0.0 | 6.0.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rational |
- | 2.2.3 | 2.2.3 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
schemantic |
- | 0.2.2 | 0.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.13 | 0.7.13 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.14.1` on genkit does not support the stable version `0.15.0`.
Try running dart pub upgrade --major-versions genkit to update the constraint.
The constraint `^0.2.2` on oxy does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions oxy 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.18, Dart 3.13.1.
Check the analysis log for details.
