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

Dartantic is an agentic framework designed to make building client and server-side apps in Dart with generative AI easier and more fun!

130/ 160
pub points
3.31k
downloads

We analyzed this package 7 hours ago, and awarded it 130 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

992 out of 999 API elements (99.3 %) have documentation comments.

Some symbols that are missing documentation: dartantic_ai.DataPart.defaultMimeType, dartantic_ai.DataPart.type, dartantic_ai.LinkPart.type, dartantic_ai.Schema.Schema.fromMap, dartantic_ai.TextPart.type.

Passed check 10/10 points: Package has an example

Passed 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

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Failed report section
Support up-to-date dependencies
10 / 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
anthropic_sdk_dart ^1.2.0 1.5.0 2.2.0
collection ^1.19.1 1.19.1 1.19.1
dartantic_interface ^4.0.0 4.0.0 4.0.0
googleai_dart ^5.0.1 5.1.0 6.3.0
html ^0.15.6 0.15.6 0.15.6
http ^1.6.0 1.6.0 1.6.0
logging ^1.3.0 1.3.0 1.3.0
mcp_dart ^2.0.0 2.1.1 2.1.1
meta ^1.17.0 1.18.2 1.18.2
mime ^2.0.0 2.0.0 2.0.0
mistralai_dart ^1.2.0 1.3.0 3.0.0
ollama_dart ^1.2.0 1.4.1 2.1.0
openai_dart ^1.1.0 1.4.0 5.0.0
rxdart ^0.28.0 0.28.0 0.28.0
sse_channel ^0.2.2 0.2.2 0.2.2
uuid ^4.5.2 4.5.3 4.5.3
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
cross_file - 0.3.5+2 0.3.5+2
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
decimal - 3.2.4 3.2.4
email_validator - 3.0.0 3.0.0
fixnum - 1.1.1 1.1.1
genai_primitives - 0.2.3 0.2.3
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
json_schema_builder - 0.1.3 0.1.3
path - 1.9.1 1.9.1
pool - 1.5.2 1.5.2
rational - 2.2.3 2.2.3
shelf - 1.4.2 1.4.2
source_span - 1.10.2 1.10.2
sse - 4.2.0 4.2.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
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 5 issues. Showing the first 2:

The constraint `^1.2.0` on anthropic_sdk_dart does not support the stable version `2.0.0`, that was published 21 days ago.

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

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

The constraint `^5.0.1` on googleai_dart does not support the stable version `6.0.0`, that was published 21 days ago.

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

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 13 errors:

  • UNDEFINED_CLASS - lib/src/chat_models/openai_chat/openai_chat_options.dart:198:9 - Undefined class 'WebSearchOptions'.
  • UNDEFINED_CLASS - lib/src/chat_models/openai_chat/openai_chat_options.dart:210:9 - Undefined class 'PromptCacheRetention'.
  • UNDEFINED_NAMED_PARAMETER - lib/src/chat_models/openai_chat/openai_message_mappers_helpers.dart:99:3 - The named parameter 'verbosity' isn't defined.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
55
likes
130
points
3.31k
downloads

Documentation

API reference

Publisher

verified publishersellsbrothers.com

Weekly Downloads

Dartantic is an agentic framework designed to make building client and server-side apps in Dart with generative AI easier and more fun!

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

anthropic_sdk_dart, collection, dartantic_interface, googleai_dart, html, http, logging, mcp_dart, meta, mime, mistralai_dart, ollama_dart, openai_dart, rxdart, sse_channel, uuid

More

Packages that depend on dartantic_ai