rtc_room_engine_impl 4.0.0 copy "rtc_room_engine_impl: ^4.0.0" to clipboard
rtc_room_engine_impl: ^4.0.0 copied to clipboard

Platform implementation of rtc_room_engine plugin.

100/ 160
pub points
482
downloads

We analyzed this package 1 hour ago, and awarded it 100 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

171 out of 630 API elements (27.1 %) have documentation comments.

Some symbols that are missing documentation: callback_define, callback_define.ActionCallback, callback_define.ActionCallback.ActionCallback.new, callback_define.ActionCallback.onError, callback_define.ActionCallback.onSuccess.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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:rtc_room_engine_impl/rtc_room_engine_impl.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:rtc_room_engine_impl/rtc_room_engine_impl.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:rtc_room_engine_impl/rtc_room_engine_impl.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:rtc_room_engine_impl/rtc_room_engine_impl.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

It does not contain ios/rtc_room_engine_impl/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.

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

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

Found 710 issues. Showing the first 2:

WARNING: This API is available since SDK 3.0.0, but constraints '>=2.19.0 <4.0.0' don't guarantee it.

lib/impl/tui_room_engine_impl.dart:584:88

    ╷
584 │     return TUIValueCallBack(code: result.code, message: result.message, data: dataList.firstOrNull ?? '');
    │                                                                                        ^^^^^^^^^^^
    ╵

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

WARNING: This API is available since SDK 3.0.0, but constraints '>=2.19.0 <4.0.0' don't guarantee it.

lib/impl/tui_room_observer_proxy.dart:56:32

   ╷
56 │     final jsonData = jsonArray.firstOrNull;
   │                                ^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 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
ffi ^2.0.2 2.2.0 2.2.0
json_annotation ^4.4.0 4.11.0 4.11.0
logging ^1.0.1 1.3.0 1.3.0
path_provider ^2.0.15 2.1.5 2.1.5
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
rtc_room_engine any 4.0.0 4.0.0
tencent_rtc_sdk ^13.0.0 13.1.1 13.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.5 0.17.5
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
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
pub_semver - 2.2.0 2.2.0
source_span - 1.10.2 1.10.2
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.2.0 2.2.0
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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 656 errors:

  • URI_DOES_NOT_EXIST - lib/bindings/tui_call_engine_native.dart:9:8 - Target of URI doesn't exist: 'package:rtc_room_engine/api/call/tui_call_define.dart'.
  • URI_DOES_NOT_EXIST - lib/bindings/tui_call_engine_native.dart:12:8 - Target of URI doesn't exist: 'package:rtc_room_engine/api/call/tui_call_observer.dart'.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/bindings/tui_call_engine_native.dart:22:21 - The name 'TUICallObserver' isn't a type, so it can't be used as a type argument.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: