tencent_im_base 8.0.0 copy "tencent_im_base: ^8.0.0" to clipboard
tencent_im_base: ^8.0.0 copied to clipboard

unlisted

The base to Tencent Cloud Chat.

2
likes
75/ 160
pub points
2.7k
downloads

We analyzed this package 12 hours ago, and awarded it 75 pub points (of a possible 160):

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

Failed check 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.

Failed check 0/5 points: Provide a valid README.md

`README.md` is empty.

The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

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

531 out of 1750 API elements (30.3 %) have documentation comments.

Some symbols that are missing documentation: Utils, Utils.Utils, Utils.Utils.Utils.new, Utils.Utils.getInitResult, color.

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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:tencent_im_base/tencent_im_base.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 `Web`.

Because:

  • package:tencent_im_base/tencent_im_base.dart that imports:
  • package:tencent_cloud_chat_sdk/models/v2_tim_message_list_result.dart that imports:
  • package:tencent_cloud_chat_sdk/models/v2_tim_message.dart that imports:
  • package:tencent_cloud_chat_sdk/models/v2_tim_video_elem.dart that imports:
  • package:tencent_cloud_chat_sdk/models/common_utils.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

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

Found 11 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:tencent_cloud_chat_sdk/enum/listener_type.dart'.

lib/tencent_im_base.dart:35:8

   ╷
35 │ export "package:tencent_cloud_chat_sdk/enum/listener_type.dart";
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: Target of URI doesn't exist: 'package:tencent_cloud_chat_sdk/models/user_status_type.dart'.

lib/tencent_im_base.dart:49:8

   ╷
49 │ export "package:tencent_cloud_chat_sdk/models/user_status_type.dart";
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
file any 6.1.4 7.0.1
tencent_chat_i18n_tool ^2.3.0 2.3.8 2.3.8
tencent_cloud_chat_sdk ^8.0.5897 8.5.6864+6 8.5.6864+6
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 82.0.0 82.0.0
analyzer - 7.4.2 7.4.2
async - 2.13.0 2.13.0
build - 2.4.2 2.4.2
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
csv - 5.1.1 6.0.0
fast_i18n - 5.12.6 5.12.6 Discontinued
ffi - 2.1.4 2.1.4
glob - 2.1.3 2.1.3
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
mime_type - 1.0.1 1.0.1
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.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
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
watcher - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
75
points
2.7k
downloads

Publisher

verified publishercomm.qq.com

Weekly Downloads

The base to Tencent Cloud Chat.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

file, flutter, tencent_chat_i18n_tool, tencent_cloud_chat_sdk

More

Packages that depend on tencent_im_base