tencent_cloud_chat_common 1.3.0 copy "tencent_cloud_chat_common: ^1.3.0" to clipboard
tencent_cloud_chat_common: ^1.3.0 copied to clipboard

Tencent Cloud Chat Common Widgets offers a collection of versatile and reusable components, designed to streamline development and ensure UI consistency across mobile and desktop environments.

1
likes
100/ 140
pub points
69%
popularity

We analyzed this package 2 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: tencent_cloud_chat_common,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: tencent_cloud_chat_common.

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: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

65 out of 246 API elements (26.4 %) have documentation comments.

Some symbols that are missing documentation: bottom_modal, bottom_modal.TencentCloudChatModalAction, bottom_modal.TencentCloudChatModalAction.TencentCloudChatModalAction, bottom_modal.TencentCloudChatModalAction.icon, bottom_modal.TencentCloudChatModalAction.label.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:tencent_cloud_chat_common/tencent_cloud_chat_common.dart that imports:
  • package:tencent_cloud_chat_common/widgets/avatar/tencent_cloud_chat_avatar.dart that imports:
  • package:tencent_cloud_chat_common/base/tencent_cloud_chat_state_widget.dart that imports:
  • package:tencent_cloud_chat/tencent_cloud_chat.dart that imports:
  • package:tencent_cloud_chat/data/tencent_cloud_chat_data.dart that imports:
  • package:tencent_cloud_chat/data/user_profile/tencent_cloud_chat_user_profile_data.dart that imports:
  • package:tencent_cloud_chat/components/components_definition/tencent_cloud_chat_component_builder.dart that imports:
  • package:tencent_cloud_chat/models/tencent_cloud_chat_models.dart that imports:
  • package:tencent_cloud_chat/components/component_config/tencent_cloud_chat_message_config.dart that imports:
  • package:tencent_cloud_chat/data/message/tencent_cloud_chat_message_data.dart that imports:
  • package:flutter_ringtone_player/flutter_ringtone_player.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:tencent_cloud_chat_common/tencent_cloud_chat_common.dart that imports:
  • package:tencent_cloud_chat_common/widgets/avatar/tencent_cloud_chat_avatar.dart that imports:
  • package:tencent_cloud_chat_common/base/tencent_cloud_chat_state_widget.dart that imports:
  • package:tencent_cloud_chat/tencent_cloud_chat.dart that imports:
  • package:tencent_cloud_chat_sdk/tencent_im_sdk_plugin.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:tencent_cloud_chat_common/tencent_cloud_chat_common.dart that imports:
  • package:tencent_cloud_chat_common/widgets/avatar/tencent_cloud_chat_avatar.dart that imports:
  • package:tencent_cloud_chat_common/base/tencent_cloud_chat_state_widget.dart that imports:
  • package:tencent_cloud_chat/tencent_cloud_chat.dart that imports:
  • package:tencent_cloud_chat/data/tencent_cloud_chat_data.dart that imports:
  • package:tencent_cloud_chat/data/user_profile/tencent_cloud_chat_user_profile_data.dart that imports:
  • package:tencent_cloud_chat/components/components_definition/tencent_cloud_chat_component_builder.dart that imports:
  • package:tencent_cloud_chat/models/tencent_cloud_chat_models.dart that imports:
  • package:tencent_cloud_chat/components/component_config/tencent_cloud_chat_message_config.dart that imports:
  • package:tencent_cloud_chat/data/message/tencent_cloud_chat_message_data.dart that imports:
  • package:flutter_ringtone_player/flutter_ringtone_player.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:tencent_cloud_chat_common/tencent_cloud_chat_common.dart that imports:
  • package:tencent_cloud_chat_common/widgets/avatar/tencent_cloud_chat_avatar.dart that imports:
  • package:tencent_cloud_chat_common/base/tencent_cloud_chat_state_widget.dart that imports:
  • package:tencent_cloud_chat/tencent_cloud_chat.dart that imports:
  • package:tencent_cloud_chat_sdk/tencent_im_sdk_plugin.dart that imports:
  • package:tencent_cloud_chat_sdk/manager/v2_tim_manager.dart that imports:
  • package:tencent_cloud_chat_sdk/tencent_cloud_chat_sdk_platform_interface.dart that imports:
  • package:tencent_cloud_chat_sdk/tencent_cloud_chat_sdk_method_channel.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 11 issues. Showing the first 2:

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/widgets/desktop_popup/tencent_cloud_chat_desktop_popup.dart:325:20

    ╷
325 │             return WillPopScope(
    │                    ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/desktop_popup/tencent_cloud_chat_desktop_popup.dart

INFO: 'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/widgets/desktop_popup/tencent_cloud_chat_desktop_popup.dart:325:20

    ╷
325 │             return WillPopScope(
    │                    ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/desktop_popup/tencent_cloud_chat_desktop_popup.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cached_network_image ^3.2.3 3.3.1 3.3.1
chewie_for_us ^1.5.0 1.5.0 1.5.0
device_info_plus ^9.1.2 9.1.2 10.1.0
extended_image ^8.1.1 8.2.0 8.2.0
flutter flutter 0.0.0 0.0.0
flutter_svg ^2.0.10+1 2.0.10+1 2.0.10+1
permission_handler ^11.3.0 11.3.1 11.3.1
pull_to_refresh_flutter3 ^2.0.2 2.0.2 2.0.2
shimmer ^3.0.0 3.0.0 3.0.0
tencent_cloud_chat ^1.3.0 1.3.0+1 1.3.0+1
tencent_cloud_chat_intl ^1.3.0 1.3.0 1.3.0
video_player ^2.8.1 2.8.6 2.8.6
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
audioplayers - 5.2.1 6.0.0
audioplayers_android - 4.0.3 5.0.0
audioplayers_darwin - 5.0.2 6.0.0
audioplayers_linux - 3.1.0 4.0.0
audioplayers_platform_interface - 6.1.0 7.0.0
audioplayers_web - 4.1.0 5.0.0
audioplayers_windows - 3.1.0 4.0.0
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.2.0 1.2.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
cupertino_icons - 1.0.8 1.0.8
device_info_plus_platform_interface - 7.0.0 7.0.0
exif - 3.3.0 3.3.0
extended_image_library - 4.0.4 4.0.4
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
fixnum - 1.1.0 1.1.0
flutter_cache_manager - 3.3.1 3.3.2
flutter_localizations - 0.0.0 0.0.0
flutter_ringtone_player - 3.2.0 4.0.0+2
flutter_screenutil - 5.9.0 5.9.0
flutter_web_plugins - 0.0.0 0.0.0
hive - 2.2.3 2.2.3
hive_flutter - 1.1.0 1.1.0
html - 0.15.4 0.15.4
http - 1.2.1 1.2.1
http_client_helper - 3.0.0 3.0.0
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
js - 0.6.7 0.7.1
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
mime_type - 1.0.0 1.0.0
nested - 1.0.0 1.0.0
octo_image - 2.0.0 2.0.0
path - 1.9.0 1.9.0
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
permission_handler_android - 12.0.6 12.0.6
permission_handler_apple - 9.4.4 9.4.4
permission_handler_html - 0.1.1 0.1.1
permission_handler_platform_interface - 4.2.1 4.2.1
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
rxdart - 0.27.7 0.27.7
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.3.3 2.3.3
sqflite_common - 2.5.4 2.5.4
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
tencent_cloud_chat_sdk - 7.9.5686 7.9.5686
tencent_cloud_uikit_core - 1.6.3 1.6.3
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
vector_graphics - 1.1.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
video_player_android - 2.4.14 2.4.14
video_player_avfoundation - 2.5.7 2.5.7
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.0 2.3.0
wakelock_for_us - 0.6.3+1 0.6.3+1
wakelock_platform_interface - 0.3.0 0.3.0
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
win32_registry - 1.1.3 1.1.3
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0
yaml - 3.1.2 3.1.2

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

The constraint `^9.1.2` on device_info_plus does not support the stable version `10.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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

1
likes
100
pub points
69%
popularity

Publisher

verified publishercomm.qq.com

Tencent Cloud Chat Common Widgets offers a collection of versatile and reusable components, designed to streamline development and ensure UI consistency across mobile and desktop environments.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cached_network_image, chewie_for_us, device_info_plus, extended_image, flutter, flutter_svg, permission_handler, pull_to_refresh_flutter3, shimmer, tencent_cloud_chat, tencent_cloud_chat_intl, video_player

More

Packages that depend on tencent_cloud_chat_common