beon_widget_sdk 1.0.5+1
beon_widget_sdk: ^1.0.5+1 copied to clipboard
A fully-featured, customizable chat widget SDK for Flutter with real-time messaging support.
We analyzed this package 7 days 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.
10/10 points: 20% or more of the public API has dartdoc comments
28 out of 130 API elements (21.5 %) have documentation comments.
Some symbols that are missing documentation: beon_widget_sdk.BeonChatWidget.BeonChatWidget.new, beon_widget_sdk.BeonChatWidget.config, beon_widget_sdk.BeonConfig.BeonConfig.new, beon_widget_sdk.BeonConfig.apiKey, beon_widget_sdk.BeonConfig.baseUrl.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/linux/file_picker_linux.dartthat imports:package:dbus/dbus.dartthat declares support for platforms:Windows,Linux.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:beon_widget_sdk/beon_widget_sdk.dartthat imports:package:beon_widget_sdk/src/ui/beon_chat_widget.dartthat imports:package:beon_widget_sdk/src/ui/components/message_input.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker_io.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 75 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/beon_widget_sdk.dart:1:1
╷
1 │ /// Beon Widget SDK - A fully-featured chat widget for Flutter
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/beon_widget_sdk.dart
INFO: Unnecessary use of getter and setter to wrap a field.
lib/src/data/services/auth_service.dart:26:15
╷
26 │ String? get initialMessage => _initialMessage;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/services/auth_service.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audioplayers |
^6.5.1 |
6.5.1 | 6.5.1 | |
change_app_package_name |
^1.5.0 |
1.5.0 | 1.5.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
dio |
^5.4.0 |
5.9.0 | 5.9.0 | |
emoji_picker_flutter |
^4.3.0 |
4.4.0 | 4.4.0 | |
file_picker |
^10.2.0 |
10.3.8 | 10.3.8 | |
flutter_linkify |
^6.0.0 |
6.0.0 | 6.0.0 | |
flutter_riverpod |
^2.5.0 |
2.6.1 | 3.1.0 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
pretty_dio_logger |
^1.4.0 |
1.4.0 | 1.4.0 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
simple_flutter_reverb |
^0.0.3 |
0.0.3 | 0.0.3 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
web_socket_channel |
^3.0.1 |
3.0.3 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
audioplayers_android |
- | 5.2.1 | 5.2.1 | |
audioplayers_darwin |
- | 6.3.0 | 6.3.0 | |
audioplayers_linux |
- | 4.2.1 | 4.2.1 | |
audioplayers_platform_interface |
- | 7.1.1 | 7.1.1 | |
audioplayers_web |
- | 5.1.1 | 5.1.1 | |
audioplayers_windows |
- | 4.2.1 | 4.2.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
linkify |
- | 5.0.0 | 5.0.0 | |
logger |
- | 2.6.2 | 2.6.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
riverpod |
- | 2.6.1 | 3.1.0 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.5.0` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_METHOD-lib/src/providers/chat_state.dart:675:7- The method 'keepAlive' isn't defined for the type 'StateNotifierProviderRef'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.