lenna_chat 0.0.7
lenna_chat: ^0.0.7 copied to clipboard
A customizable chatbot component for Flutter apps.
We analyzed this package 23 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 171 API elements (12.9 %) 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/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:lenna_chat/lenna_chat.dartthat imports:package:lenna_chat/components/services/notification_services.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
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
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/messagedType/message_type_video.dart:96:39
╷
96 │ color: Colors.white.withOpacity(.85),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/messagedType/message_type_video.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.8 | 10.3.8 | |
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 | 32.1.22 | |
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.
The constraint `^31.2.15` on syncfusion_flutter_pdfviewer does not support the stable version `32.1.19`, that was published 22 days ago.
When syncfusion_flutter_pdfviewer is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions syncfusion_flutter_pdfviewer 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.