lenna_chatbot 0.0.1
lenna_chatbot: ^0.0.1 copied to clipboard
A customizable chatbot component for Flutter apps.
We analyzed this package 21 hours ago, and awarded it 120 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
18 out of 147 API elements (12.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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:lenna_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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 `Windows`.
Because:
package:lenna_chatbot/lenna_chatbot.dartthat imports:package:lenna_chatbot/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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: Use 'const' with the constructor to improve performance.
lib/components/messagedType/message_type_interactive.dart:131:29
╷
131 │ borderRadius: BorderRadius.only(
│ ┌─────────────────────────────^
132 │ │ topLeft: Radius.circular(10),
133 │ │ topRight: Radius.circular(10),
134 │ │ bottomRight: Radius.circular(10),
135 │ │ ),
│ └───────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/messagedType/message_type_interactive.dart
INFO: Use 'const' with the constructor to improve performance.
lib/components/messagedType/message_type_interactive.dart:132:26
╷
132 │ topLeft: Radius.circular(10),
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/messagedType/message_type_interactive.dart
0/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 | |
file_picker |
^8.0.0 |
8.3.7 | 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.4.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 |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
socket_io_client |
^3.1.2 |
3.1.3 | 3.1.3 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.0` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.