An open API service indexing awesome lists of open source software.

https://github.com/zegoim/zego-express-flutter-sdk

πŸš€ ZEGO RTC SDK for Flutter
https://github.com/zegoim/zego-express-flutter-sdk

flutter flutter-plugin rtc zego

Last synced: 5 months ago
JSON representation

πŸš€ ZEGO RTC SDK for Flutter

Awesome Lists containing this project

README

          

# zego_express_engine [![pub package](https://img.shields.io/pub/v/zego_express_engine.svg)](https://pub.dartlang.org/packages/zego_express_engine)

[English](https://github.com/zegoim/zego-express-flutter-sdk/blob/main/README.md) | [δΈ­ζ–‡](https://github.com/zegoim/zego-express-flutter-sdk/blob/main/README_zh.md)

ZegoExpressEngine Audio/Video Flutter SDK is a flutter plugin wrapper based on [ZegoExpressEngine](https://doc-en.zego.im/en/693.html) RTC SDK (Native & Web), providing live video and real-time audio/video services. πŸš€ It only needs 4 lines of code and can be easily accessed in 30 minutes.

Learn more about the solution: [https://www.zegocloud.com](https://www.zegocloud.com)

## πŸ“ Integration documentation

**[https://docs.zegocloud.com/article/1255](https://docs.zegocloud.com/article/1255)**

## πŸš€ Sample demo

1. **[https://github.com/zegoim/zego-express-example-topics-flutter](https://github.com/zegoim/zego-express-example-topics-flutter)**

🧬 An example topic demo (including the `Quick Start` demo) showing the SDK publish & play stream functions and other various features. This demo is continuously updated.

2. **[https://github.com/zegoim/zego-express-flutter-sdk/tree/main/example](https://github.com/zegoim/zego-express-flutter-sdk/tree/main/example)**

πŸ§ͺ A simple publish & play stream example demo, in the `example` directory of this repository, shows the basic function of the SDK.

3. **[https://github.com/zegoim/zego-express-example-screen-capture-flutter](https://github.com/zegoim/zego-express-example-screen-capture-flutter)**

πŸ“² An example demo that implements screen capture and live broadcast on Android/iOS.

## πŸ’₯ Breaking changes

1. **[v2.23.0 Upgrade Guide](./doc/v2.23.0_upgrade_guide.md)**

2. **[v3.0.0+ Upgrade Guide](./doc/v3.0.0+_upgrade_guide.md)**

## πŸ”— API documentation

[ZegoExpressEngine API Reference](https://pub.dev/documentation/zego_express_engine/latest/zego_express_engine/ZegoExpressEngine-class.html)

## πŸ§‘β€πŸ’» How to contribute

πŸŽ‰ We welcome contributions, information on how to get started can be found at our [contributor guide](CONTRIBUTING.md).