universal_chatbot 0.0.2
universal_chatbot: ^0.0.2 copied to clipboard
The Universal LLM Chatbot package is a comprehensive solution that enables developers to integrate various AI services seamlessly into Flutter applications. With this package, you can harness the powe [...]
We analyzed this package 18 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.
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
35 out of 68 API elements (51.5 %) have documentation comments.
Some symbols that are missing documentation: universal_chatbot, universal_chatbot.ChatGPT.ChatGPT.new, universal_chatbot.ChatGPT.openAI, universal_chatbot.Claude.Claude.new, universal_chatbot.Claude.serviceSdk.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/openai.dartthat imports:package:fetch_client/fetch_client.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/openai.dartthat imports:package:fetch_client/fetch_client.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/openai.dartthat imports:package:fetch_client/fetch_client.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/openai.dartthat imports:package:fetch_client/fetch_client.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/openai.dartthat imports:package:fetch_client/fetch_client.dartthat declares support for platforms:Web.
Package not compatible with platform Web
Because:
package:universal_chatbot/universal_chatbot.dartthat imports:package:universal_chatbot/src/chat_gpt.dartthat imports:package:chat_gpt_sdk/chat_gpt_sdk.dartthat imports:package:chat_gpt_sdk/src/model/file/request/upload_file.dartthat imports:package:chat_gpt_sdk/src/model/gen_image/request/file_info.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
anthropic_sdk_dart |
^0.2.0+1 |
0.2.3 | 0.3.1 | |
chat_gpt_sdk |
^3.1.4 |
3.1.5 | 3.1.5 | |
collection |
^1.19.0 |
1.19.1 | 1.19.1 | |
flutter_gemini |
^3.0.0 |
3.0.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_compatibility_layer |
- | 0.1.0 | 0.1.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fetch_api |
- | 2.3.1 | 2.3.1 | |
fetch_client |
- | 1.2.0 | 1.2.0 | |
freezed_annotation |
- | 3.1.0 | 3.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
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.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.2.0+1` on anthropic_sdk_dart does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions anthropic_sdk_dart 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.23.4, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.