chat_bot_llm 0.0.6 chat_bot_llm: ^0.0.6 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 20 hours ago, and awarded it 90 pub points (of a possible 160):
0/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.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: chat_bot_llm
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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 158 API elements (16.5 %) 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
, 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
.
Package does not support platform `Web`.
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
.
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/value.dart
that imports:package:get/state_manager.dart
that imports:package:get/get_state_manager/get_state_manager.dart
that imports:package:get/get_state_manager/src/simple/simple_builder.dart
that imports:package:get/get_state_manager/src/simple/get_state.dart
that imports:package:get/instance_manager.dart
that imports:package:get/get_instance/get_instance.dart
that imports:package:get/get_instance/src/get_instance.dart
that imports:package:get/get_navigation/src/router_report.dart
that imports:package:get/get.dart
that imports:package:get/route_manager.dart
that imports:package:get/get_navigation/get_navigation.dart
that imports:package:get/get_navigation/src/root/get_material_app.dart
that imports:package:get/get_utils/get_utils.dart
that imports:package:get/get_utils/src/platform/platform.dart
that imports:package:get/get_utils/src/platform/platform_web.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'Route
lib/app/modules/root_page.dart:40:41
╷
40 │ onGenerateRoute: (settings) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/root_page.dart
INFO: 'partialResults' is deprecated and shouldn't be used. Use SpeechListenOptions.partialResults instead.
lib/app/modules/chat/controllers/chat_controller.dart:209:7
╷
209 │ partialResults: false,
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/modules/chat/controllers/chat_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
circular_buffer |
^0.11.0 |
0.11.0 | 0.12.0 |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 |
fimber |
^0.7.0 |
0.7.0 | 0.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_tts |
^3.8.5 |
3.8.5 | 4.1.0 |
fluttertoast |
^8.0.8 |
8.2.8 | 8.2.8 |
get |
^4.6.6 |
4.6.6 | 4.6.6 |
get_cli |
^1.8.1 |
1.8.4 | 1.9.1 |
get_it |
^7.2.0 |
7.7.0 | 8.0.2 |
get_storage |
^2.1.1 |
2.1.1 | 2.1.1 |
http |
^0.13.3 |
0.13.6 | 1.2.2 |
http_interceptor |
^1.0.2 |
1.0.2 | 2.0.0 |
json_annotation |
^4.0.0 |
4.9.0 | 4.9.0 |
lottie |
^2.7.0 |
2.7.0 | 3.1.3 |
permission_handler |
^10.0.0 |
10.4.5 | 11.3.1 |
speech_to_text |
^6.5.1 |
6.6.0 | 7.0.0 |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 76.0.0 |
analyzer |
- | 5.13.0 | 6.11.0 |
ansicolor |
- | 2.0.3 | 2.0.3 |
archive |
- | 3.6.1 | 3.6.1 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
basic_utils |
- | 5.5.4 | 5.7.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
characters |
- | 1.3.0 | 1.3.1 |
charcode |
- | 1.3.1 | 1.3.1 |
chunked_stream |
- | 1.4.2 | 1.4.2 |
cli_util |
- | 0.4.2 | 0.4.2 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
coverage |
- | 1.6.4 | 1.11.0 |
crypto |
- | 3.0.6 | 3.0.6 |
csv |
- | 5.1.1 | 6.0.0 |
dart_console2 |
- | 3.1.1 | 3.1.1 |
dart_style |
- | 2.3.2 | 2.3.7 |
dcli |
- | 2.3.0 | 6.1.0 |
dcli_core |
- | 2.3.0 | 6.1.0 |
equatable |
- | 2.0.5 | 2.0.5 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 6.1.4 | 7.0.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
frontend_server_client |
- | 3.2.0 | 4.0.0 |
functional_data |
- | 1.2.0 | 1.2.0 |
glob |
- | 2.1.2 | 2.1.2 |
globbing |
- | 1.0.0 | 1.0.0 |
http_multi_server |
- | 3.2.1 | 3.2.1 |
http_parser |
- | 4.0.2 | 4.1.1 |
ini |
- | 2.1.0 | 2.1.0 |
intl |
- | 0.18.1 | 0.20.0 |
io |
- | 1.0.4 | 1.0.4 |
js |
- | 0.6.7 | 0.7.1 |
json2yaml |
- | 3.0.1 | 3.0.1 |
logging |
- | 1.3.0 | 1.3.0 |
matcher |
- | 0.12.17 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
mime |
- | 1.0.6 | 2.0.0 |
node_preamble |
- | 2.0.2 | 2.0.2 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.1 | 1.9.1 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.0 |
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 |
permission_handler_android |
- | 10.3.6 | 12.0.13 |
permission_handler_apple |
- | 9.1.4 | 9.4.5 |
permission_handler_platform_interface |
- | 3.12.0 | 4.2.3 |
permission_handler_windows |
- | 0.1.3 | 0.2.1 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pointycastle |
- | 3.9.1 | 3.9.1 |
pool |
- | 1.5.1 | 1.5.1 |
posix |
- | 5.0.0 | 6.0.1 |
process_run |
- | 0.12.5+3 | 1.2.2 |
pub_semver |
- | 2.1.4 | 2.1.4 |
pubspec |
- | 2.3.0 | 2.3.0 |
pubspec2 |
- | 2.4.2 | 4.0.0 |
pubspec_lock |
- | 3.0.2 | 3.0.2 |
quiver |
- | 3.2.2 | 3.2.2 |
random_string |
- | 2.3.1 | 2.3.1 |
recase |
- | 4.1.0 | 4.1.0 |
scope |
- | 3.0.0 | 5.1.0 |
settings_yaml |
- | 6.0.0 | 8.2.0 |
shelf |
- | 1.4.1 | 1.4.2 |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 |
shelf_static |
- | 1.1.3 | 1.1.3 |
shelf_web_socket |
- | 1.0.4 | 2.0.0 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 |
source_maps |
- | 0.10.12 | 0.10.12 |
source_span |
- | 1.10.0 | 1.10.0 |
speech_to_text_macos |
- | 1.1.0 | 1.1.0 |
speech_to_text_platform_interface |
- | 2.3.0 | 2.3.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
sum_types |
- | 0.3.5 | 0.4.0 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
system_info2 |
- | 4.0.0 | 4.0.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.6.1 | 0.7.3 |
test_core |
- | 0.5.9 | 0.6.5 |
typed_data |
- | 1.4.0 | 1.4.0 |
uri |
- | 1.0.0 | 1.0.0 |
validators2 |
- | 5.0.0 | 5.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
version |
- | 3.0.2 | 3.0.2 |
vm_service |
- | 11.10.0 | 14.3.1 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 0.5.1 | 1.1.0 |
web_socket_channel |
- | 2.4.5 | 3.0.1 |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 |
win32 |
- | 4.1.4 | 5.8.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 9 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 `^3.8.5` on flutter_tts does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_tts
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 6 errors:
UNDEFINED_NAMED_PARAMETER
-lib/app/data/models/message_model/message_model.dart:12:12
- The named parameter 'includeFromJson' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/app/data/models/message_model/message_model.dart:12:36
- The named parameter 'includeToJson' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/app/data/models/message_model/message_model.dart:14:12
- The named parameter 'includeFromJson' isn't defined.
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.