zego_express_engine 3.13.3 copy "zego_express_engine: ^3.13.3" to clipboard
zego_express_engine: ^3.13.3 copied to clipboard

ZegoExpressEngine Flutter SDK is a flutter plugin wrapper based on ZEGO Express RTC SDK (Native & Web), providing live video and real-time audio/video services.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:zego_express_engine_example/home/home_page.dart';

// This is a simple publish & play stream demo,
// shows the basic function of the SDK.

// You can refer to this example topic demo for more use cases.
// https://github.com/zegoim/zego-express-example-topics-flutter

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'ZegoExpressExample',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomePage(), // Main page of this demo
    );
  }
}
40
likes
110
pub points
93%
popularity

Publisher

verified publisherzego.im

ZegoExpressEngine Flutter SDK is a flutter plugin wrapper based on ZEGO Express RTC SDK (Native & Web), providing live video and real-time audio/video services.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on zego_express_engine