https://github.com/easemob/easemob_flutter_chat
Flutter chat demo.
https://github.com/easemob/easemob_flutter_chat
Last synced: 11 months ago
JSON representation
Flutter chat demo.
- Host: GitHub
- URL: https://github.com/easemob/easemob_flutter_chat
- Owner: easemob
- Created: 2022-06-13T04:11:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T12:02:28.000Z (about 4 years ago)
- Last Synced: 2025-06-03T14:06:41.943Z (about 1 year ago)
- Language: Dart
- Size: 1.03 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easeim_flutter_demo
### 初次运行
执行
```Java
flutter clean
flutter pub get
```
Demo使用Appkey为` easemob-demo#easeui`
可以和环信iOS,Android Demo互通,使用前需要先在Demo中注册账号,并添加好友,其他平台Demo获sdk体验,请访问[下载页](https://www.easemob.com/download/im) 。
### Demo讲解
Demo中使用了环信 [im_flutter_sdk](https://github.com/easemob/im_flutter_sdk)实现了聊天功能,并使用[ease_call_kit](https://github.com/easemob/ease_call_kit)插件实现了语音通话功能, ease_call_kit是一套UI插件,其封装了环信的EaseCallKit,并使用[声网](https://www.agora.io/cn/)的sdk实现了音视频通话功能。