flutter_ai_sdk 1.3.0 copy "flutter_ai_sdk: ^1.3.0" to clipboard
flutter_ai_sdk: ^1.3.0 copied to clipboard

A unified wrapper for AI APIs (OpenAI, Anthropic, Google AI, Ollama) with streaming, tool calling, context management, and multimodal support.

130/ 160
pub points
163
downloads

We analyzed this package 15 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: MIT.

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

588 out of 588 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:flutter_ai_sdk/flutter_ai_sdk.dart that imports:
  • package:flutter_ai_sdk/src/utils/utils.dart that imports:
  • package:flutter_ai_sdk/src/utils/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:flutter_ai_sdk/flutter_ai_sdk.dart that imports:
  • package:flutter_ai_sdk/src/utils/utils.dart that imports:
  • package:flutter_ai_sdk/src/utils/logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. 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
20 / 40trigger folding of the section

Passed check 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
dio ^5.4.0 5.10.0 5.10.0
equatable ^2.0.5 2.1.0 2.1.0
http ^1.1.0 1.6.0 1.6.0
json_annotation ^4.8.1 4.12.0 4.12.0
logger ^2.0.2 2.7.0 2.7.0
meta ^1.11.0 1.18.0 1.19.0
mime ^2.0.0 2.0.0 2.0.0
path ^1.8.3 1.9.1 1.9.1
retry ^3.1.2 3.1.2 3.1.2
rxdart ^0.28.0 0.28.0 0.28.0
uuid ^4.2.1 4.5.3 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
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
vector_math - 2.2.0 2.4.0
web - 1.1.1 1.1.1

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

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 14 errors:

  • CLASS_USED_AS_MIXIN_DECLARES_GENERATIVE_CONSTRUCTOR - lib/src/config/ai_config.dart:20:21 - The class 'Equatable' can't be used as a mixin because it declares a generative constructor.
  • CLASS_USED_AS_MIXIN_DECLARES_GENERATIVE_CONSTRUCTOR - lib/src/config/response_format.dart:6:34 - The class 'Equatable' can't be used as a mixin because it declares a generative constructor.
  • CLASS_USED_AS_MIXIN_DECLARES_GENERATIVE_CONSTRUCTOR - lib/src/models/ai_response.dart:17:23 - The class 'Equatable' can't be used as a mixin because it declares a generative constructor.

Run flutter pub downgrade and then flutter 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.14, Flutter 3.44.5, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
163
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A unified wrapper for AI APIs (OpenAI, Anthropic, Google AI, Ollama) with streaming, tool calling, context management, and multimodal support.

Repository (GitHub)
View/report issues
Contributing

Topics

#ai #llm #openai #anthropic #ollama

License

MIT (license)

Dependencies

collection, dio, equatable, flutter, http, json_annotation, logger, meta, mime, path, retry, rxdart, uuid

More

Packages that depend on flutter_ai_sdk