chat_bot_llm 0.0.8-prerelease.4
chat_bot_llm: ^0.0.8-prerelease.4 copied to clipboard
A Flutter plugin to integrate ChatBot LLM. This Plugin provides a chat interface to interact with the ChatBot LLM.
We analyzed this package 18 hours ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/varunsat/chat_bot_llm
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
.
0/10 points: 20% or more of the public API has dartdoc comments
26 out of 160 API elements (16.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: all_chats_binding
, all_chats_binding.AllChatsBinding
, all_chats_binding.AllChatsBinding.AllChatsBinding.new
, all_chats_binding.AllChatsBinding.dependencies
, all_chats_controller
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:chat_bot_llm/chat_bot_llm.dart
that imports:package:speech_to_text/speech_to_text.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:chat_bot_llm/chat_bot_llm.dart
that imports:package:speech_to_text/speech_to_text.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:chat_bot_llm/chat_bot_llm.dart
that imports:package:chat_bot_llm/app/modules/root_page.dart
that imports:package:chat_bot_llm/app/modules/chat/views/chat_view.dart
that imports:package:chat_bot_llm/app/modules/chat/controllers/chat_controller.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package not compatible with platform Web
Because:
package:chat_bot_llm/chat_bot_llm.dart
that imports:package:flutter_tts/flutter_tts.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:chat_bot_llm/chat_bot_llm.dart
that imports:package:get_storage/get_storage.dart
that imports:package:get_storage/src/storage_impl.dart
that imports:package:get_storage/src/storage/html.dart
that imports:dart:html
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: The import of 'package:http_interceptor/http/intercepted_client.dart' is unnecessary because all of the used elements are also provided by the import of 'package:http_interceptor/http_interceptor.dart'.
lib/app/data/network/api_repo.dart:8:8
╷
8 │ import 'package:http_interceptor/http/intercepted_client.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/data/network/api_repo.dart
INFO: 'surfaceVariant' is deprecated and shouldn't be used. Use surfaceContainerHighest instead. This feature was deprecated after v3.18.0-0.1.pre.
lib/app/modules/chat/views/chat_view.dart:114:60
╷
114 │ tileColor: Get.theme.colorScheme.surfaceVariant,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/chat/views/chat_view.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
circular_buffer |
^0.11.0 |
0.11.0 | 0.12.0 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
fimber |
^0.7.0 |
0.7.0 | 0.7.0 | |
flutter_tts |
^4.0.2 |
4.2.2 | 4.2.2 | |
fluttertoast |
^8.2.6 |
8.2.12 | 8.2.12 | |
get |
^4.6.6 |
4.7.2 | 4.7.2 | |
get_it |
^7.7.0 |
7.7.0 | 8.0.3 | |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 | |
http |
^1.0.0 |
1.3.0 | 1.3.0 | |
http_interceptor |
^2.0.0-beta.8 |
2.0.0 | 2.0.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
lottie |
^3.1.2 |
3.3.1 | 3.3.1 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0+1 | |
speech_to_text |
^6.5.1 |
6.6.2 | 7.0.0 | |
uuid |
^4.4.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.6 | 4.0.6 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.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 | |
pedantic |
- | 1.11.1 | 1.11.1 | Discontinued |
permission_handler_android |
- | 12.1.0 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.2 | 6.0.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
speech_to_text_macos |
- | 1.1.0 | 1.1.0 | |
speech_to_text_platform_interface |
- | 2.3.0 | 2.3.0 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
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.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.11.0` on circular_buffer does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions circular_buffer
to update the constraint.
The constraint `^7.7.0` on get_it does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions get_it
to update the constraint.
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 2 errors:
UNDEFINED_NAMED_PARAMETER
-lib/app/modules/chat/controllers/chat_controller.dart:214:7
- The named parameter 'listenOptions' isn't defined.UNDEFINED_METHOD
-lib/app/modules/chat/controllers/chat_controller.dart:214:22
- The method 'SpeechListenOptions' isn't defined for the type 'ChatController'.
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.