flutter_ai_sdk 1.9.0
flutter_ai_sdk: ^1.9.0 copied to clipboard
A unified wrapper for AI APIs (OpenAI, Anthropic, Google AI, Ollama, Mistral, xAI, DeepSeek, OpenRouter) with streaming, tool calling, context management, and multimodal support.
We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
755 out of 755 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
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.dartthat imports:package:flutter_ai_sdk/src/utils/utils.dartthat imports:package:flutter_ai_sdk/src/utils/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:flutter_ai_sdk/flutter_ai_sdk.dartthat imports:package:flutter_ai_sdk/src/utils/utils.dartthat imports:package:flutter_ai_sdk/src/utils/logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.dartthat 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.
50/50 points: code has no errors, warnings, lints, or formatting issues
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.11.0 | 5.11.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.19.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.6.0 | 4.6.0 |
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.1 | 2.2.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
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.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 22 errors:
CLASS_USED_AS_MIXIN_DECLARES_GENERATIVE_CONSTRUCTOR-lib/src/batch/batch_job.dart:39: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/batch/batch_request.dart:20:25- 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/batch/batch_result.dart:11:24- 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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.