whatsapp_chatbot 1.0.0
whatsapp_chatbot: ^1.0.0 copied to clipboard
whatsapp_chatbot is a powerful fully customizable chatbot you can add to your flutter project for all plaftorms
We analyzed this package 20 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: whatsapp_chatbot, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
3 out of 32 API elements (9.4 %) 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: whatsapp_chatbot, whatsapp_chatbot.ChatMessage, whatsapp_chatbot.ChatMessage.ChatMessage.new, whatsapp_chatbot.ChatMessage.additionalWidget, whatsapp_chatbot.ChatMessage.isUser.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:whatsapp_chatbot/whatsapp_chatbot.dartthat imports:package:whatsapp_chatbot/src/popup.dartthat imports:package:lottie/lottie.dartthat imports:package:lottie/src/providers/network_provider.dartthat imports:package:lottie/src/providers/provider_io.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 34 issues. Showing the first 2:
WARNING: The declaration '_addSuggestions' isn't referenced.
lib/src/popup.dart:182:8
╷
182 │ void _addSuggestions(List<String> suggestions) {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/popup.dart
INFO: An uninitialized field should have an explicit type annotation.
lib/src/config.dart:4:9
╷
4 │ final greetings;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
font_awesome_flutter |
^10.6.0 |
10.12.0 | 11.0.0 | |
lottie |
^2.7.0 |
2.7.0 | 3.3.2 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.2.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 `^10.6.0` on font_awesome_flutter does not support the stable version `11.0.0`, that was published 9 days ago.
When font_awesome_flutter is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions font_awesome_flutter to update the constraint.
The constraint `^2.7.0` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie 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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.