em_chat_uikit 2.3.1
em_chat_uikit: ^2.3.1 copied to clipboard
A set of ui components adapted to the chat sdk can quickly build a chat page and chat through the chat sdk by invoking the ui components.
We analyzed this package 32 hours ago, and awarded it 95 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
1499 out of 8307 API elements (18.0 %) 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: action_event_observer, action_event_observer.ChatSDKEventsObserver, action_event_observer.ChatSDKEventsObserver.ChatSDKEventsObserver.new, action_event_observer.ChatSDKEventsObserver.onChatSDKEventBegin, action_event_observer.ChatSDKEventsObserver.onChatSDKEventEnd.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/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:em_chat_uikit/chat_sdk_context/chat_sdk_context.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dartthat declares support for platforms:Android,iOS.
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:em_chat_uikit/chat_uikit.dartthat imports:package:em_chat_uikit/chatroom_uikit/chatroom_uikit.dartthat imports:package:em_chat_uikit/chatroom_uikit/src/widgets/chatroom_uikit_avatar.dartthat imports:package:em_chat_uikit/chat_uikit/src/chat_uikit_settings.dartthat imports:package:em_chat_uikit/chat_uikit/chat_uikit.dartthat imports:package:em_chat_uikit/chat_uikit/src/ui/views/thread_messages_view.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:em_chat_uikit/chat_uikit.dartthat imports:package:em_chat_uikit/chatroom_uikit/chatroom_uikit.dartthat imports:package:em_chat_uikit/chatroom_uikit/src/widgets/chatroom_uikit_avatar.dartthat imports:package:em_chat_uikit/chat_uikit/src/chat_uikit_settings.dartthat imports:package:em_chat_uikit/chat_uikit/chat_uikit.dartthat imports:package:em_chat_uikit/chat_uikit/src/ui/views/thread_messages_view.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.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/em_chat_uikit/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 31 issues. Showing the first 2:
WARNING: Dead code.
lib/chat_uikit/src/ui/widgets/room_members_widget.dart:426:5
╷
426 │ ┌ Widget content;
427 │ │ final theme = ChatUIKitTheme.instance;
428 │ │ content = ValueListenableBuilder(
429 │ │ valueListenable: isSearch,
430 │ │ builder: (context, value, child) {
431 │ │ Widget content;
432 │ │ if (value) {
433 │ │ content = Row(
434 │ │ crossAxisAlignment: CrossAxisAlignment.center,
435 │ │ children: [
436 │ │ Expanded(
437 │ │ child: Container(
438 │ │ margin: const EdgeInsets.fromLTRB(16, 4, 0, 4),
439 │ │ height: 36,
440 │ │ decoration: BoxDecoration(
│ └──────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat_uikit/src/ui/widgets/room_members_widget.dart
INFO: 'sender' is deprecated and shouldn't be used. The `sender` parameter is deprecated, use `senders` instead.
lib/chat_sdk_service/src/actions/chat_actions.dart:371:9
╷
371 │ sender: sender,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat_sdk_service/src/actions/chat_actions.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audioplayers |
6.0.0 |
6.0.0 | 6.5.1 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
chat_uikit_keyboard_panel |
0.1.2 |
0.1.2 | 0.1.2 | |
chat_uikit_theme |
1.0.4 |
1.0.4 | 1.0.4 | |
file_picker |
^10.1.2 |
10.3.10 | 10.3.10 | |
flutter_localization |
0.2.0 |
0.2.0 | 0.3.3 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
im_flutter_sdk |
4.15.2 |
4.15.2 | 4.17.0 | |
image_picker |
^1.2.0 |
1.2.1 | 1.2.1 | |
path_provider |
2.1.4 |
2.1.4 | 2.1.5 | |
record |
6.1.1 |
6.1.1 | 6.2.0 | |
scroll_to_index |
^3.0.1 |
3.0.1 | 3.0.1 | |
shared_preferences |
2.2.3 |
2.2.3 | 2.5.4 | |
video_compress |
3.1.4 |
3.1.4 | 3.1.4 | |
video_player |
2.9.5 |
2.9.5 | 2.11.0 |
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 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+2 | 0.3.5+2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dbus |
- | 0.7.12 | 0.7.12 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.1 | 1.0.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
im_flutter_sdk_android |
- | 4.15.2 | 4.17.0 | |
im_flutter_sdk_interface |
- | 4.15.2 | 4.17.0 | |
im_flutter_sdk_ios |
- | 4.15.2 | 4.17.0 | |
image_picker_android |
- | 0.8.13+14 | 0.8.13+14 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+6 | 0.8.13+6 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
native_toolchain_c |
- | 0.17.4 | 0.17.4 | |
objective_c |
- | 9.3.0 | 9.3.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
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.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_android |
- | 1.5.1 | 1.5.1 | |
record_ios |
- | 1.2.0 | 1.2.0 | |
record_linux |
- | 1.3.0 | 1.3.0 | |
record_macos |
- | 1.2.1 | 1.2.1 | |
record_platform_interface |
- | 1.5.0 | 1.5.0 | |
record_web |
- | 1.3.0 | 1.3.0 | |
record_windows |
- | 1.0.7 | 1.0.7 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
shared_preferences_android |
- | 2.4.21 | 2.4.21 | |
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.2 | 1.10.2 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
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 | |
uuid |
- | 4.5.3 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.9.4 | 2.9.4 | |
video_player_avfoundation |
- | 2.9.3 | 2.9.3 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.0.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `6.0.0` on audioplayers does not support the stable version `6.1.0`.
Try running dart pub upgrade --major-versions audioplayers to update the constraint.
The constraint `0.2.0` on flutter_localization does not support the stable version `0.2.1`.
Try running dart pub upgrade --major-versions flutter_localization 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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.