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
- Host: GitHub
- URL: https://github.com/zegoim/zego-express-flutter-sdk
- Owner: zegoim
- License: mit
- Created: 2020-03-28T07:37:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T04:08:19.000Z (about 1 year ago)
- Last Synced: 2025-03-21T05:19:34.450Z (about 1 year ago)
- Topics: flutter, flutter-plugin, rtc, zego
- Language: Dart
- Homepage: https://zego.im
- Size: 13.9 MB
- Stars: 54
- Watchers: 12
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# zego_express_engine [](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).