laraigo_chat_bot 1.1.0+49
laraigo_chat_bot: ^1.1.0+49 copied to clipboard
An easy flutter implementation of Laraigo's real time chat services with custom designed bots.
We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/vcadevelopteam/broker-sdk/tree/only-package was unreachable. Make sure that the website is reachable via HEAD requests.
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
22 out of 398 API elements (5.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: api_manager, api_manager.ApiManager, api_manager.ApiManager.ApiManager.new, api_manager.ApiManager.get, api_manager.ApiManager.post.
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:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:geolocator/geolocator.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:path_provider/path_provider.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:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_apple/geolocator_apple.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:laraigo_chat_bot/core/chat_socket.dartthat imports:package:laraigo_chat_bot/repository/chat_socket_repository.dartthat imports:package:geolocator/geolocator.dartthat imports:package:geolocator_android/geolocator_android.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 48 issues. Showing the first 2:
INFO: Missing type annotation.
lib/core/pages/chat_page.dart:58:3
╷
58 │ checkConnection(Timer t) async {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/pages/chat_page.dart
INFO: Missing type annotation.
lib/core/pages/chat_page.dart:85:3
╷
85 │ disposeSocket() async {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/pages/chat_page.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
chewie |
^1.4.0 |
1.8.0 | 1.14.1 | |
cupertino_icons |
^1.0.2 |
1.0.9 | 1.0.9 | |
device_info_plus |
^8.1.0 |
8.2.2 | 13.2.0 | |
document_file_save_plus |
^2.0.0 |
2.0.0 | 2.0.0 | |
file_picker |
^5.2.5 |
5.3.1 | 11.0.2 | |
flutter_keyboard_visibility |
^5.4.1 |
5.4.1 | 6.0.0 | |
flutter_map |
^3.1.0 |
3.1.0 | 8.3.1 | |
flutter_native_image |
^0.0.6+1 |
0.0.6+1 | 0.0.6+1 | Discontinued |
geolocator |
^9.0.2 |
9.0.2 | 14.0.3 | |
http |
^0.13.5 |
0.13.6 | 1.6.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.3 | |
latlong2 |
^0.8.1 |
0.8.2 | 0.10.1 | |
mime |
^1.0.4 |
1.0.6 | 2.0.0 | |
open_filex |
^4.4.0 |
4.7.0 | 4.7.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.14 |
2.1.6 | 2.1.6 | |
permission_handler |
^9.2.0 |
9.2.0 | 12.0.3 | |
shared_preferences |
^2.0.16 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.1.11 |
6.3.2 | 6.3.2 | |
uuid |
^3.0.7 |
3.0.7 | 4.5.3 | |
video_player |
^2.5.1 |
2.13.0 | 2.13.0 | |
web_socket_channel |
^2.3.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 13 issues. Showing the first 2:
The constraint `^8.1.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^5.2.5` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.