zego_uikit 1.9.1 copy "zego_uikit: ^1.9.1" to clipboard
zego_uikit: ^1.9.1 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.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: Container());
  }
}
10
likes
0
pub points
92%
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

License

unknown (LICENSE)

Dependencies

encrypt, flutter, flutter_logs, flutter_screenutil, http, native_device_orientation, permission_handler, wakelock, zego_express_engine

More

Packages that depend on zego_uikit