dartantic_ai 0.9.7 copy "dartantic_ai: ^0.9.7" to clipboard
dartantic_ai: ^0.9.7 copied to clipboard

A Dart library for easily interacting with LLMs in a typed manner.

100/ 160
pub points
628
downloads

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

195 out of 198 API elements (98.5 %) have documentation comments.

Some symbols that are missing documentation: dartantic_ai.Model.Model.new, dartantic_ai.Provider.Provider.new, dartantic_ai.ProviderTable.ProviderTable.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

ERROR: The property 'first' can't be unconditionally accessed because the receiver can be 'null'.

lib/src/models/implementations/openai_model.dart:179:64

    ╷
179 │       final text = initialProcessor.processDelta(chunk.choices.first.delta!);
    │                                                                ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/implementations/openai_model.dart

ERROR: The property 'first' can't be unconditionally accessed because the receiver can be 'null'.

lib/src/models/implementations/openai_model.dart:262:61

    ╷
262 │           final text = processor.processDelta(chunk.choices.first.delta!);
    │                                                             ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/implementations/openai_model.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
dotprompt_dart ^0.3.0 0.3.0 0.5.0
google_generative_ai ^0.4.7 0.4.7 0.4.7
http ^1.4.0 1.5.0 1.5.0
json_schema ^5.2.1 5.2.2 5.2.2
logging ^1.3.0 1.3.0 1.3.0
mcp_dart ^0.5.3 0.5.3 0.6.3
mime ^2.0.0 2.0.0 2.0.0
openai_dart ^0.5.2 0.5.5 0.5.5
uuid ^4.3.3 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
freezed_annotation - 3.1.0 3.1.0
http_parser - 4.1.2 4.1.2
json_annotation - 4.9.0 4.9.0
matcher - 0.12.17 0.12.17
meta - 1.17.0 1.17.0
mustache_template - 2.0.1 2.0.1
path - 1.9.1 1.9.1
quiver - 3.2.2 3.2.2
rfc_6901 - 0.2.0 0.2.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
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.7 0.7.7
typed_data - 1.4.0 1.4.0
uri - 1.0.0 1.0.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.

The constraint `^0.3.0` on dotprompt_dart does not support the stable version `0.4.0`, that was published 7 days ago.

When dotprompt_dart is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions dotprompt_dart to update the constraint.

The constraint `^0.5.3` on mcp_dart does not support the stable version `0.6.0`.

Try running dart pub upgrade --major-versions mcp_dart to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
34
likes
100
points
628
downloads

Publisher

verified publishersellsbrothers.com

Weekly Downloads

A Dart library for easily interacting with LLMs in a typed manner.

Repository (GitHub)
View/report issues

Topics

#ai #chat #llms

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dotprompt_dart, google_generative_ai, http, json_schema, logging, mcp_dart, mime, openai_dart, uuid

More

Packages that depend on dartantic_ai