tencent_im_sdk_mobile 0.0.2
tencent_im_sdk_mobile: ^0.0.2 copied to clipboard
Tencent Cloud IM SDK for mobile app.
We analyzed this package 3 days ago, and awarded it 70 pub points (of a possible 160):
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.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.
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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: tencent_im_sdk_mobile, tencent_im_sdk_mobile.GroupManager, tencent_im_sdk_mobile.GroupManager.GroupManager.new, 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.
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.dartthat imports:package:tencent_im_sdk_mobile/src/message.dartthat imports:package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dartthat imports:package:tencent_im_sdk_mobile/src/message.dartthat imports:package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:tencent_im_sdk_mobile/tencent_im_sdk_mobile.dartthat imports:package:tencent_im_sdk_mobile/src/message.dartthat imports:package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dartthat 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.dartthat imports:package:tencent_im_sdk_mobile/src/message.dartthat imports:package:tencent_im_sdk_plugin/tencent_im_sdk_plugin.dartthat imports:package:tencent_im_sdk_plugin/manager/v2_tim_manager.dartthat imports:package:tencent_im_sdk_plugin/manager/v2_tim_offline_push_manager.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
tencent_im_sdk_platform_interface |
^0.0.1 |
0.0.1 | 0.0.1 | |
tencent_im_sdk_plugin |
^3.4.4 |
3.9.7 | 5.0.5 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
mime_type |
- | 1.0.1 | 1.0.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
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.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.4.4` 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.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- tencent_im_sdk_plugin.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.