quick_chat_wms 3.1.6
quick_chat_wms: ^3.1.6 copied to clipboard
Chat Inbox - Quick Connect
We analyzed this package 44 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
6 out of 69 API elements (8.7 %) 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: handler, handler.Handler, handler.Handler.Handler.new, handler.Handler.flutterLocalNotificationsPlugin, handler.Handler.handleNotificationClick.
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:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:quick_chat_wms/handler.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Web`.
Because:
package:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:quick_chat_wms/handler.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat declares support for platforms:Android,iOS,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:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:quick_chat_wms/quick_chat_wms.dartthat imports:package:quick_chat_wms/quick_chat_widget.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat imports:package:nm/src/network_manager_client.dartthat imports:package:dbus/dbus.dartthat imports:package:dbus/src/dbus_value.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: Don't use 'BuildContext's across async gaps.
lib/handler.dart:92:20
╷
92 │ QuickChat.init(context,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/handler.dart
INFO: Use 'const' with the constructor to improve performance.
lib/handler.dart:147:16
╷
147 │ iOS: DarwinNotificationDetails(
│ ┌────────────────^
148 │ └ )
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/handler.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectivity_plus |
^5.0.2 |
5.0.2 | 7.0.0 | |
device_info_plus |
^11.2.2 |
11.5.0 | 12.2.0 | |
file_picker |
^7.0.2 |
7.1.0+1 | 10.3.3 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.5.0 | |
http |
^1.1.0 |
1.5.0 | 1.5.0 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 | |
url_launcher |
^6.2.4 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^5.0.2` on connectivity_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^11.2.2` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.