a2ui_core 0.0.1-dev002
a2ui_core: ^0.0.1-dev002 copied to clipboard
Core package for A2UI protocol.
We analyzed this package 8 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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
134 out of 324 API elements (41.4 %) have documentation comments.
Some symbols that are missing documentation: a2ui_core.A2uiClientAction.A2uiClientAction.new, a2ui_core.A2uiClientAction.context, a2ui_core.A2uiClientAction.name, a2ui_core.A2uiClientAction.sourceComponentId, a2ui_core.A2uiClientAction.surfaceId.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Target of URI doesn't exist: 'package:flutter/animation.dart'.
lib/src/listenable/notifiers.dart:5:16
╷
5 │ /// @docImport 'package:flutter/animation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/listenable/notifiers.dart
WARNING: Target of URI doesn't exist: 'package:flutter/widgets.dart'.
lib/src/listenable/notifiers.dart:6:16
╷
6 │ /// @docImport 'package:flutter/widgets.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/listenable/notifiers.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
json_schema_builder |
^0.1.3 |
0.1.3 | 0.1.3 | |
meta |
^1.17.0 |
1.18.2 | 1.18.2 | |
preact_signals |
^1.9.4 |
1.9.4 | 6.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
decimal |
- | 3.2.4 | 3.2.4 | |
email_validator |
- | 3.0.0 | 3.0.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
path |
- | 1.9.1 | 1.9.1 | |
rational |
- | 2.2.3 | 2.2.3 | |
source_span |
- | 1.10.2 | 1.10.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 `^1.9.4` on preact_signals does not support the stable version `6.3.1`, that was published 0 days ago.
When preact_signals is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions preact_signals 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.12.0.
Check the analysis log for details.