rtc_conference_tui_kit 2.4.2 copy "rtc_conference_tui_kit: ^2.4.2" to clipboard
rtc_conference_tui_kit: ^2.4.2 copied to clipboard

discontinued

rtc_conference_tui_kit is a UIKit about audio&video room launched by Tencent Cloud.

50/ 160
pub points
16
downloads

We analyzed this package 3 days ago, and awarded it 50 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: rtc_conference_tui_kit.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: rtc_conference_tui_kit,
    • contains a version property, and,
    • does not contain a publish_to property.
Repository URL doesn't exist.

At the time of the analysis https://github.com/tencentyun/TUIRoomKit/tree/main/Flutter/rtc_conference_tui_kit was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

OUT: Documenting rtc_conference_tui_kit... Discovering libraries... Linking elements... Precaching local docs for 1253342 elements... Initialized dartdoc with 1722 libraries Generating docs for library event/room_event_handler.dart from package:rtc_conference_tui_kit/event/room_event_handler.dart... Generating docs for library common/index.dart from package:rtc_conference_tui_kit/common/index.dart... Generating docs for library common/store/index.dart from package:rtc_conference_tui_kit/common/store/index.dart... Generating docs for library common/store/room.dart from package:rtc_conference_tui_kit/common/store/room.dart... Generating docs for library common/extension/index.dart from package:rtc_conference_tui_kit/common/extension/index.dart... [109 more lines] ERR: warning: unresolved doc reference [roomId] from room_event_handler.RoomEventHandler.onAllUserCameraDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/rtc_room_engine-2.9.6/lib/api[...] in documentation inherited from tui_room_observer.TUIRoomObserver.onAllUserCameraDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/rtc_[...] warning: unresolved doc reference [isDisable] from room_event_handler.RoomEventHandler.onAllUserCameraDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/rtc_room_engine-2.9.6/lib/api[...] in documentation inherited from tui_room_observer.TUIRoomObserver.onAllUserCameraDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/rtc_[...] warning: unresolved doc reference [roomId] from room_event_handler.RoomEventHandler.onAllUserMicrophoneDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/rtc_room_engine-2.9.6/lib[...] in documentation inherited from tui_room_observer.TUIRoomObserver.onAllUserMicrophoneDisableChanged: (file:///tmp/analyzerMIRXDT/pub-cache/hosted/20260106t123700-dot-dartlang-pub.appspot.com/[...] warning: unresolved doc reference [isDisable] [303 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/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_conference_tui_kit/rtc_conference_tui_kit.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

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

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

Package does not support platform `Android`.

Because:

  • package:rtc_conference_tui_kit/rtc_conference_tui_kit.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/view.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/index.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/controller.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/widgets/widgets.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/widgets/bottom_view/index.dart that imports:
  • package:rtc_conference_tui_kit/pages/conference_main/widgets/bottom_view/controller.dart that imports:
  • package:replay_kit_launcher/replay_kit_launcher.dart that declares support for platforms: iOS.
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 35 issues. Showing the first 2:

ERROR: The setter 'onUserRoleChanged' isn't defined in a superclass of 'RoomEventHandler'.

lib/event/room_event_handler.dart:93:11

   ╷
93 │     super.onUserRoleChanged = (TUIUserInfo userInfo) {
   │           ^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The named parameter 'onUserRoleChanged' isn't defined.

lib/pages/conference_main/controller.dart:101:7

    ╷
101 │       onUserRoleChanged: (userInfo) {
    │       ^^^^^^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
fluttertoast ^8.2.2 8.2.14 9.0.0
get ^4.0.0 4.7.3 4.7.3
permission_handler ^10.2.0 10.4.5 12.0.1
plugin_platform_interface ^2.1.6 2.1.8 2.1.8
replay_kit_launcher ^1.0.0 1.0.0 1.0.0
rtc_room_engine ^2.4.0 2.9.6 3.6.1
tencent_float_chat_widget ^1.0.0 1.0.6 1.0.6
tencent_trtc_cloud ^2.7.0 2.9.9 3.0.6 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
extended_text - 15.0.2 15.0.2
extended_text_field - 16.0.2 16.0.2
extended_text_library - 12.0.1 12.0.1
ffi - 2.1.5 2.1.5
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime_type - 1.0.1 1.0.1
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.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
permission_handler_android - 10.3.6 13.0.1
permission_handler_apple - 9.1.4 9.4.7
permission_handler_platform_interface - 3.12.0 4.3.0
permission_handler_windows - 0.1.3 0.2.1
platform - 3.1.6 3.1.6
tencent_cloud_chat_sdk - 8.8.7357+5 8.8.7357+5
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 5 issues. Showing the first 2:

The constraint `^8.2.2` on fluttertoast does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions fluttertoast to update the constraint.

The constraint `^10.2.0` on permission_handler does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions permission_handler to update the constraint.

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 1 error:

  • UNCHECKED_USE_OF_NULLABLE_VALUE - lib/pages/conference_main/controller.dart:228:17 - The property 'currentState' can't be unconditionally accessed because the receiver can be 'null'.

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: