flutter_ai_anthropic_llm_provider 1.0.0
flutter_ai_anthropic_llm_provider: ^1.0.0 copied to clipboard
A Flutter package that provides an implementation of the LlmProvider interface from flutter_ai_toolkit for Anthropic's Claude AI models. Supports streaming responses, chat history management, and mult [...]
We analyzed this package 5 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/codeium/flutter_ai_anthropic_llm_provider
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/codeium/flutter_ai_anthropic_llm_provider
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/codeium/flutter_ai_anthropic_llm_provider/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/codeium/flutter_ai_anthropic_llm_provider#readme
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
12 out of 13 API elements (92.3 %) have documentation comments.
Some symbols that are missing documentation: flutter_ai_anthropic_llm_provider.AnthropicLLMProvider.clearHistory
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_ai_anthropic_llm_provider/flutter_ai_anthropic_llm_provider.dart
that imports:package:flutter_ai_anthropic_llm_provider/src/anthropic_llm_provider.dart
that imports:package:flutter_ai_toolkit/flutter_ai_toolkit.dart
that imports:package:flutter_ai_toolkit/src/providers/providers.dart
that imports:package:flutter_ai_toolkit/src/providers/implementations/vertex_provider.dart
that imports:package:firebase_vertexai/firebase_vertexai.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_ai_anthropic_llm_provider/flutter_ai_anthropic_llm_provider.dart
that imports:package:flutter_ai_anthropic_llm_provider/src/anthropic_llm_provider.dart
that imports:package:flutter_ai_toolkit/flutter_ai_toolkit.dart
that imports:package:flutter_ai_toolkit/src/providers/providers.dart
that imports:package:flutter_ai_toolkit/src/providers/implementations/vertex_provider.dart
that imports:package:firebase_vertexai/firebase_vertexai.dart
that declares support for platforms:Android
,iOS
,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_anthropic_llm_provider/flutter_ai_anthropic_llm_provider.dart
that imports:package:flutter_ai_anthropic_llm_provider/src/anthropic_llm_provider.dart
that imports:package:flutter_ai_toolkit/flutter_ai_toolkit.dart
that imports:package:flutter_ai_toolkit/src/providers/providers.dart
that imports:package:flutter_ai_toolkit/src/providers/implementations/vertex_provider.dart
that imports:package:firebase_vertexai/firebase_vertexai.dart
that imports:package:firebase_vertexai/src/firebase_vertexai.dart
that imports:package:firebase_ai/src/base_model.dart
that imports:package:web_socket_channel/io.dart
that imports:package:web_socket/io_web_socket.dart
that imports:package:web_socket/src/io_web_socket.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_ai_anthropic_llm_provider/flutter_ai_anthropic_llm_provider.dart
that imports:package:flutter_ai_anthropic_llm_provider/src/anthropic_llm_provider.dart
that imports:package:flutter_ai_toolkit/flutter_ai_toolkit.dart
that imports:package:flutter_ai_toolkit/src/providers/providers.dart
that imports:package:flutter_ai_toolkit/src/providers/implementations/vertex_provider.dart
that imports:package:firebase_vertexai/firebase_vertexai.dart
that imports:package:firebase_vertexai/src/firebase_vertexai.dart
that imports:package:firebase_ai/src/base_model.dart
that imports:package:web_socket_channel/io.dart
that imports:package:web_socket/io_web_socket.dart
that imports:package:web_socket/src/io_web_socket.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: Unused import: 'dart:typed_data'.
lib/src/anthropic_llm_provider.dart:3:8
╷
3 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/anthropic_llm_provider.dart
WARNING: Unused import: 'package:http/http.dart'.
lib/src/anthropic_llm_provider.dart:9:8
╷
9 │ import 'package:http/http.dart' as http;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/anthropic_llm_provider.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
anthropic_dart |
^1.0.1 |
1.0.1 | 1.0.1 | |
dio |
^5.0.0 |
5.8.0+1 | 5.8.0+1 | |
flutter_ai_toolkit |
^0.6.8 |
0.6.8 | 0.9.1 | |
http |
^1.0.0 |
1.4.0 | 1.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_flutterfire_internals |
- | 1.3.56 | 1.3.56 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
camera |
- | 0.11.1 | 0.11.1 | |
camera_android_camerax |
- | 0.6.19 | 0.6.19 | |
camera_avfoundation |
- | 0.9.20+1 | 0.9.20+1 | |
camera_platform_interface |
- | 2.10.0 | 2.10.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file_selector |
- | 1.0.3 | 1.0.3 | |
file_selector_android |
- | 0.5.1+14 | 0.5.1+14 | |
file_selector_ios |
- | 0.5.3+1 | 0.5.3+1 | |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 | |
file_selector_macos |
- | 0.9.4+3 | 0.9.4+3 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_web |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_windows |
- | 0.9.3+4 | 0.9.3+4 | |
firebase_ai |
- | 2.1.0 | 2.1.0 | |
firebase_app_check |
- | 0.3.2+7 | 0.3.2+7 | |
firebase_app_check_platform_interface |
- | 0.1.1+7 | 0.1.1+7 | |
firebase_app_check_web |
- | 0.2.0+11 | 0.2.0+11 | |
firebase_auth |
- | 5.6.0 | 5.6.0 | |
firebase_auth_platform_interface |
- | 7.7.0 | 7.7.0 | |
firebase_auth_web |
- | 5.15.0 | 5.15.0 | |
firebase_core |
- | 3.14.0 | 3.14.0 | |
firebase_core_platform_interface |
- | 5.4.0 | 5.4.0 | |
firebase_core_web |
- | 2.23.0 | 2.23.0 | |
firebase_vertexai |
- | 1.8.0 | 1.8.0 | Discontinued |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_context_menu |
- | 0.2.4 | 0.2.4 | |
flutter_markdown |
- | 0.7.7+1 | 0.7.7+1 | Discontinued |
flutter_picture_taker |
- | 0.2.0 | 0.2.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.28 | 2.0.28 | |
google_fonts |
- | 6.2.1 | 6.2.1 | |
google_generative_ai |
- | 0.4.7 | 0.4.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker |
- | 1.1.2 | 1.1.2 | |
image_picker_android |
- | 0.8.12+23 | 0.8.12+23 | |
image_picker_for_web |
- | 3.0.6 | 3.0.6 | |
image_picker_ios |
- | 0.8.12+2 | 0.8.12+2 | |
image_picker_linux |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_macos |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_platform_interface |
- | 2.10.1 | 2.10.1 | |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
leak_tracker |
- | 10.0.9 | 11.0.1 | |
leak_tracker_flutter_testing |
- | 3.0.9 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.1 | 3.0.2 | |
markdown |
- | 7.3.0 | 7.3.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
record |
- | 6.0.0 | 6.0.0 | |
record_android |
- | 1.3.3 | 1.3.3 | |
record_ios |
- | 1.0.0 | 1.0.0 | |
record_linux |
- | 1.1.1 | 1.1.1 | |
record_macos |
- | 1.0.0 | 1.0.0 | |
record_platform_interface |
- | 1.3.0 | 1.3.0 | |
record_web |
- | 1.1.8 | 1.1.8 | |
record_windows |
- | 1.0.6 | 1.0.6 | |
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 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.6 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
vm_service |
- | 15.0.0 | 15.0.2 | |
waveform_flutter |
- | 1.2.0 | 1.2.0 | |
waveform_recorder |
- | 1.7.0 | 1.7.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.6.8` on flutter_ai_toolkit does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_ai_toolkit
to update the constraint.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.