tencent_rtc_sdk 13.4.0
tencent_rtc_sdk: ^13.4.0 copied to clipboard
A powerful real-time SDK for Video Calling and Live Video Streaming. Delivers ultra-low latency and crystal-clear audio/video via a simple API for quick integration.
We analyzed this package 1 hour ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
1295 out of 2720 API elements (47.6 %) have documentation comments.
Some symbols that are missing documentation: ai_transcriber_manager, ai_transcriber_manager.AITranscriberListener.AITranscriberListener.new, ai_transcriber_manager.AITranscriberManager.AITranscriberManager.new, ai_transcriber_manager.TranscriberMessage.TranscriberMessage.fromJson, ai_transcriber_manager.TranscriberMessage.TranscriberMessage.new.
10/10 points: Package has an example
10/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_rtc_sdk/ai_transcriber_manager.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `Web`.
Because:
package:tencent_rtc_sdk/ai_transcriber_manager.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on macOS
The package does not contain macos/tencent_rtc_sdk/Package.swift.
Package does not support the Swift Package Manager on iOS
The package does not contain ios/tencent_rtc_sdk/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 108 issues. Showing the first 2:
INFO: Missing type annotation.
lib/bindings/chorus_music_player/chorus_music_player_listener_native.dart:43:35
╷
43 │ void _receiveNativePortData(var message) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bindings/chorus_music_player/chorus_music_player_listener_native.dart
INFO: Missing type annotation.
lib/bindings/live/play/v2_tx_live_player_observer_native.dart:51:3
╷
51 │ _receiveNativePortData(var message) {
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bindings/live/play/v2_tx_live_player_observer_native.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.0.1 |
2.2.0 | 2.2.0 | |
json_annotation |
^4.8.1 |
4.12.0 | 4.12.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
vector_math |
- | 2.2.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.