em_chat_uikit 2.3.0 copy "em_chat_uikit: ^2.3.0" to clipboard
em_chat_uikit: ^2.3.0 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.

110/ 160
pub points
208
downloads

We analyzed this package 9 days ago, and awarded it 110 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

1497 out of 8304 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:em_chat_uikit/chat_sdk_context/chat_sdk_context.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:em_chat_uikit/chat_sdk_context/chat_sdk_context.dart that 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.dart that imports:
  • package:em_chat_uikit/chatroom_uikit/chatroom_uikit.dart that imports:
  • package:em_chat_uikit/chatroom_uikit/src/widgets/chatroom_uikit_avatar.dart that imports:
  • package:em_chat_uikit/chat_uikit/src/chat_uikit_settings.dart that imports:
  • package:em_chat_uikit/chat_uikit/chat_uikit.dart that imports:
  • package:em_chat_uikit/chat_uikit/src/ui/views/thread_messages_view.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:em_chat_uikit/chat_uikit.dart that imports:
  • package:em_chat_uikit/chatroom_uikit/chatroom_uikit.dart that imports:
  • package:em_chat_uikit/chatroom_uikit/src/widgets/chatroom_uikit_avatar.dart that imports:
  • package:em_chat_uikit/chat_uikit/src/chat_uikit_settings.dart that imports:
  • package:em_chat_uikit/chat_uikit/chat_uikit.dart that imports:
  • package:em_chat_uikit/chat_uikit/src/ui/views/thread_messages_view.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/em_chat_uikit/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 48 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.3.1 3.3.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 8.3.2 8.3.2 10.3.8
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.1.2 1.1.2 1.2.1
path_provider 2.1.4 2.1.4 2.1.5
record 6.1.1 6.1.1 6.1.2
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.10.1
Transitive dependencies
Package Constraint Compatible Latest Notes
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.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
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
ffi - 2.1.4 2.1.4
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
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+10 0.8.13+10
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+3 0.8.13+3
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
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.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.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
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
record_android - 1.4.5 1.4.5
record_ios - 1.1.5 1.1.5
record_linux - 1.2.1 1.2.1
record_macos - 1.1.2 1.1.2
record_platform_interface - 1.4.0 1.4.0
record_web - 1.2.2 1.2.2
record_windows - 1.0.7 1.0.7
rxdart - 0.28.0 0.28.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
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.2 4.5.2
vector_math - 2.2.0 2.2.0
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.8.8 2.8.8
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 5.15.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 10 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 `3.3.1` on cached_network_image does not support the stable version `3.4.0`.

Try running dart pub upgrade --major-versions cached_network_image to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
110
points
208
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

audioplayers, cached_network_image, chat_uikit_keyboard_panel, chat_uikit_theme, file_picker, flutter, flutter_localization, html, im_flutter_sdk, image_picker, path_provider, record, scroll_to_index, shared_preferences, video_compress, video_player

More

Packages that depend on em_chat_uikit

Packages that implement em_chat_uikit