zego_uikit 2.28.34 copy "zego_uikit: ^2.28.34" to clipboard
zego_uikit: ^2.28.34 copied to clipboard

ZegoUIKit is a low-code offering with pre-built and UI-ready components, such as AudioVideoView, CameraButtons, etc. Save time and assemble features fast with ZegoUIKit.

140/ 160
pub points
9.09k
downloads

We analyzed this package 6 hours ago, and awarded it 140 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: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

641 out of 1521 API elements (42.1 %) have documentation comments.

Some symbols that are missing documentation: APIs, Features, zego_uikit, zego_uikit.AdvanceInvitationUser.AdvanceInvitationUser.new, zego_uikit.AdvanceInvitationUser.extendedData.

Passed check 10/10 points: Package has an example

Failed 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:zego_uikit/zego_uikit.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:zego_uikit/zego_uikit.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:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/outside_room_audio_video.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/config.dart that imports:
  • package:zego_uikit/src/services/defines/defines.dart that imports:
  • package:zego_uikit/src/services/defines/reporter.dart that imports:
  • package:zego_uikit/src/services/uikit_service.dart that imports:
  • package:zego_uikit/src/services/internal/log_exporter/logs_share_manager.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/outside_room_audio_video.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/config.dart that imports:
  • package:zego_uikit/src/services/defines/defines.dart that imports:
  • package:zego_uikit/src/services/defines/reporter.dart that imports:
  • package:zego_uikit/src/services/uikit_service.dart that imports:
  • package:zego_uikit/src/services/internal/log_exporter/logs_share_manager.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/outside_room_audio_video.dart that imports:
  • package:zego_uikit/src/modules/outside_room_audio_video/config.dart that imports:
  • package:zego_uikit/src/services/defines/defines.dart that imports:
  • package:zego_uikit/src/services/defines/reporter.dart that imports:
  • package:zego_uikit/src/services/uikit_service.dart that imports:
  • package:zego_uikit/src/services/internal/log_exporter/logs_share_manager.dart that imports:
  • package:zego_uikit/src/services/services.dart that imports:
  • package:zego_uikit/src/services/defines/express_extension.dart that imports:
  • package:zego_uikit/src/services/defines/express.dart that imports:
  • package:zego_express_engine/zego_express_engine.dart that imports:
  • package:zego_express_engine/src/zego_express_canvas_view_utils.dart that imports:
  • package:zego_express_engine/src/zego_express_api.dart that imports:
  • package:zego_express_engine/src/impl/zego_express_impl.dart that imports:
  • package:zego_express_engine/src/utils/zego_express_utils.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/zego_uikit/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 59 issues. Showing the first 2:

INFO: Parameter 'key' could be a super parameter.

lib/src/components/audio_video/audio_video_view.dart:28:9

   ╷
28 │   const ZegoAudioVideoView({
   │         ^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Parameter 'key' could be a super parameter.

lib/src/components/audio_video/avatar/avatar.dart:26:9

   ╷
26 │   const ZegoAvatar({
   │         ^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
archive ^4.0.7 4.0.7 4.0.7
cached_network_image ^3.4.1 3.4.1 3.4.1
connectivity_plus ^6.1.0 6.1.5 7.0.0
device_info_plus ^11.5.0 11.5.0 12.2.0
encrypt ^5.0.3 5.0.3 5.0.3
file_picker ^10.1.2 10.3.6 10.3.6
flutter_logs_yoer ^2.2.1 2.2.1 2.2.1
native_device_orientation ^2.0.3 2.0.4 2.0.4
path ^1.9.1 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
permission_handler ^12.0.1 12.0.1 12.0.1
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
share_plus ^12.0.0 12.0.1 12.0.1
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
wakelock_plus ^1.2.10 1.4.0 1.4.0
zego_express_engine ^3.22.0 3.22.1 3.22.1
zego_plugin_adapter ^2.14.1 2.14.1 2.14.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
cross_file - 0.3.5 0.3.5
crypto - 3.0.7 3.0.7
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
octo_image - 2.1.0 2.1.0
package_info_plus - 9.0.0 9.0.0
package_info_plus_platform_interface - 3.2.1 3.2.1
path_provider_android - 2.2.21 2.2.21
path_provider_foundation - 2.4.4 2.4.4
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 - 13.0.1 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
pointycastle - 3.9.1 4.0.0
posix - 6.0.3 6.0.3
rxdart - 0.28.0 0.28.0
share_plus_platform_interface - 6.1.0 6.1.0
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_linux - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
wakelock_plus_platform_interface - 1.3.0 1.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

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

The constraint `^6.1.0` on connectivity_plus does not support the stable version `7.0.0`.

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

The constraint `^11.5.0` on device_info_plus does not support the stable version `12.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
17
likes
140
points
9.09k
downloads

Publisher

verified publisherzegocloud.com

Weekly Downloads

ZegoUIKit is a low-code offering with pre-built and UI-ready components, such as AudioVideoView, CameraButtons, etc. Save time and assemble features fast with ZegoUIKit.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, cached_network_image, connectivity_plus, device_info_plus, encrypt, file_picker, flutter, flutter_logs_yoer, native_device_orientation, path, path_provider, permission_handler, plugin_platform_interface, share_plus, visibility_detector, wakelock_plus, zego_express_engine, zego_plugin_adapter

More

Packages that depend on zego_uikit

Packages that implement zego_uikit