agentic 1.5.2
agentic: ^1.5.2 copied to clipboard
Ai Wrapper
2
likes
45/ 160
pub points
907
downloads
We analyzed this package 5 hours ago, and awarded it 45 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
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.5.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
Dependency resolution failed, unable to run dartdoc.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run dart pub get for more information.
0/50 points: code has no errors, warnings, lints, or formatting issues
- Running
dart pub outdatedfailed with the following output:
Unable to parse output as JSON:
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
dart pub outdated: Unable to parse output as JSON:
OUT:
{
"packages": [
{
"package": "anthropic_sdk_dart",
"kind": "transitive",
"isDiscontinued": false,
"isCurrentRetracted": false,
"isCurrentAffectedByAdvisory": false,
"current": {
"version": "0.3.1"
[1324 more lines]
ERR:
Failed to decode advisories for archive from https://20260423t074100-dot-dartlang-pub.appspot.com.
FormatException: advisoriesUpdated must be a String
package:pub/src/source/hosted.dart 670 HostedSource._extractAdvisoryDetailsForPackage
package:pub/src/source/hosted.dart 622 HostedSource._fetchAdvisories
===== asynchronous gap ===========================
package:pub/src/source/hosted.dart 839 HostedSource._getAdvisories
===== asynchronous gap ===========================
package:pub/src/command/outdated.dart 274 OutdatedCommand.runProtected.analyzeDependency
===== asynchronous gap ===========================
package:pub/src/command/outdated.dart 361 OutdatedCommand.runProtected
[34 more lines]
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.