zego_express_engine_codify 0.0.1 copy "zego_express_engine_codify: ^0.0.1" to clipboard
zego_express_engine_codify: ^0.0.1 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
    );
  }
}
0
likes
135
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on zego_express_engine_codify

Packages that implement zego_express_engine_codify