lenna_chat 0.0.8
lenna_chat: ^0.0.8 copied to clipboard
A customizable chatbot component for Flutter apps.
We analyzed this package 14 hours 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.
0/10 points: 20% or more of the public API has dartdoc comments
22 out of 167 API elements (13.2 %) 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: api, api.ApiService, api.ApiService.ApiService.new, api.ApiService.apiUpload, api.ApiService.appId.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/chat_message_bubble.dartthat imports:package:lenna_chat/components/messagedType/message_type_video.dartthat imports:package:video_thumbnail/video_thumbnail.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/popup/popup_input_file.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/popup/popup_input_file.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/popup/popup_input_file.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/linux/file_picker_linux.dartthat imports:package:dbus/dbus.dartthat declares support for platforms:Windows,Linux.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/popup/popup_input_file.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/popup/popup_input_file.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: Don't use 'BuildContext's across async gaps.
lib/components/messagedType/message_type_document.dart:51:38
╷
51 │ ScaffoldMessenger.of(context).showSnackBar(
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/messagedType/message_type_document.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/messagedType/message_type_image.dart:27:44
╷
27 │ barrierColor: Colors.black.withOpacity(0.95),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/messagedType/message_type_image.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
chewie |
^1.7.4 |
1.13.0 | 1.13.0 | |
file_picker |
^10.3.7 |
10.3.7 | 10.3.7 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_local_notifications |
^19.3.0 |
19.5.0 | 19.5.0 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.7 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
socket_io_client |
^3.1.3 |
3.1.3 | 3.1.3 | |
syncfusion_flutter_pdfviewer |
^31.2.15 |
31.2.18 | 31.2.18 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
video_player |
^2.10.1 |
2.10.1 | 2.10.1 | |
video_thumbnail |
^0.5.3 |
0.5.6 | 0.5.6 |
Transitive dependencies
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.