tencent_im_sdk_mobile 0.0.3 copy "tencent_im_sdk_mobile: ^0.0.3" to clipboard
tencent_im_sdk_mobile: ^0.0.3 copied to clipboard

Tencent Cloud IM SDK for mobile app.

0
likes
50/ 140
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 50 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 short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

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
0 / 20trigger folding of the section

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

0 out of 30 API elements (0.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.

Some symbols that are missing documentation: tencent_im_sdk_mobile, tencent_im_sdk_mobile.GroupManager, tencent_im_sdk_mobile.GroupManager.GroupManager, tencent_im_sdk_mobile.GroupManager.createGroup, tencent_im_sdk_mobile.GroupManager.dispose.

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

  • ✓ Android
  • ✓ iOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dart that imports:
  • package:tencent_im_sdk_mobile/src/message.dart that imports:
  • package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dart that imports:
  • package:tencent_im_sdk_mobile/src/message.dart that imports:
  • package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dart that imports:
  • package:tencent_im_sdk_mobile/src/message.dart that imports:
  • package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dart that declares support for platforms: Android, iOS, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dart that imports:
  • package:tencent_im_sdk_mobile/src/message.dart that imports:
  • package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dart that imports:
  • package:tencent_im_sdk_plugin/manager/v2_tim_manager.dart that imports:
  • package:tencent_im_sdk_plugin/manager/v2_tim_offline_push_manager.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

ERROR: The argument type 'int' can't be assigned to the parameter type 'GroupAddOptTypeEnum?'.

lib/src/group.dart:34:19

   ╷
34 │           addOpt: addOption.index,
   │                   ^^^^^^^^^^^^^^^
   ╵

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

ERROR: The argument type 'int' can't be assigned to the parameter type 'LogLevelEnum'.

lib/src/im_sdk.dart:20:17

   ╷
20 │       loglevel: logLevel.index,
   │                 ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/im_sdk.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
flutter flutter 0.0.0 0.0.0
tencent_im_sdk_platform_interface ^0.0.1 0.0.1 0.0.1
tencent_im_sdk_plugin ^3.5.0 3.9.7 5.0.5
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
flutter_web_plugins - 0.0.0 0.0.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
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
tencent_im_sdk_plugin_platform_interface - 0.2.3 1.0.16
tencent_im_sdk_plugin_web - 0.1.8 0.3.26
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4

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

The constraint `^3.5.0` on tencent_im_sdk_plugin does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions tencent_im_sdk_plugin 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.

0
likes
50
pub points
0%
popularity

Publisher

unverified uploader

Tencent Cloud IM SDK for mobile app.

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, tencent_im_sdk_platform_interface, tencent_im_sdk_plugin

More

Packages that depend on tencent_im_sdk_mobile