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

outdated

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.

11
likes
70/ 160
pub points
93%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

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: zego_uikit,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository has a repository or homepage field "https://www.zegocloud.com/" but cannot be parsed as a repository URL: Invalid repository URL: Could not recognize URL segments: /. Please report at pana.

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

1308 out of 1532 API elements (85.4 %) have documentation comments.

Some symbols that are missing documentation: zego_uikit, zego_uikit.AudioVideoViewAvatarBuilder, zego_uikit.ButtonClickBoolCallback, zego_uikit.ButtonIcon, zego_uikit.ButtonIcon.ButtonIcon.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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 imports:
  • package:zego_uikit/src/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_uikit/src/service/internal/core/zego_uikit_core.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `Linux`.

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_express_engine/zego_express_engine.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_uikit/src/service/internal/core/zego_uikit_core.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_windows/wakelock_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_uikit/src/service/internal/core/zego_uikit_core.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

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/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_uikit/src/service/internal/core/zego_uikit_core.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:zego_uikit/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/service.dart that imports:
  • package:zego_uikit/src/service/zego_uikit.dart that imports:
  • package:zego_uikit/src/service/internal/internal.dart that imports:
  • package:zego_uikit/src/service/internal/core/zego_uikit_core.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 19 issues. Showing the first 2:

ERROR: The method 'updateTextureRendererSize' isn't defined for the type 'ZegoExpressEngine'.

lib/src/service/internal/core/zego_uikit_core.dart:338:32

    ╷
338 │     ZegoExpressEngine.instance.updateTextureRendererSize(textureID, w, h);
    │                                ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/service/internal/core/zego_uikit_core.dart

ERROR: The method 'destroyTextureRenderer' isn't defined for the type 'ZegoExpressEngine'.

lib/src/service/internal/core/zego_uikit_core_data.dart:31:36

   ╷
31 │         ZegoExpressEngine.instance.destroyTextureRenderer(user.viewID);
   │                                    ^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/service/internal/core/zego_uikit_core_data.dart

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

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

Package Constraint Compatible Latest
collection ^1.16.0 1.18.0 1.19.1
encrypt ^5.0.1 5.0.3 5.0.3
flutter flutter 0.0.0 0.0.0
flutter_screenutil ^5.5.3+2 5.9.3 5.9.3
http ^0.13.4 0.13.6 1.2.2
native_device_orientation ^1.1.4 1.2.1 2.0.3
permission_handler ^10.0.0 10.4.5 11.3.1
wakelock ^0.6.2 0.6.2 0.6.2
zego_express_engine ^2.21.1 2.23.0 3.17.1
zego_zim ^2.3.0 2.17.1+1 2.18.2+1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
asn1lib - 1.5.8 1.5.8
async - 2.12.0 2.12.0
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
ffi - 2.1.3 2.1.3
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.1
js - 0.6.7 0.7.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
permission_handler_android - 10.3.6 12.0.13
permission_handler_apple - 9.1.4 9.4.5
permission_handler_platform_interface - 3.12.0 4.2.3
permission_handler_windows - 0.1.3 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
wakelock_macos - 0.4.0 0.4.0
wakelock_platform_interface - 0.3.0 0.3.0
wakelock_web - 0.4.0 0.4.0
wakelock_windows - 0.2.1 0.2.1
win32 - 3.1.4 5.8.0

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

Found 4 issues. Showing the first 2:

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

The constraint `^1.1.4` on native_device_orientation does not support the stable version `2.0.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_IDENTIFIER - lib/src/service/internal/core/zego_uikit_core.dart:166:44 - Undefined name 'ZegoErrorCode'.

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.22.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

11
likes
70
pub points
93%
popularity

Publisher

verified publisherzegocloud.com

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
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, encrypt, flutter, flutter_screenutil, http, native_device_orientation, permission_handler, wakelock, zego_express_engine, zego_zim

More

Packages that depend on zego_uikit