flutter agora 文字聊天测试

fish 94f2f0872f 01 3 months ago
.devcontainer 8aad9fdb93 add action 10 months ago
.github 8aad9fdb93 add action 10 months ago
android 8aad9fdb93 add action 10 months ago
ios 933468cd2b init 11 months ago
lib b3da644901 0 11 months ago
test 933468cd2b init 11 months ago
web 933468cd2b init 11 months ago
.gitignore 933468cd2b init 11 months ago
.metadata 933468cd2b init 11 months ago
LICENSE 8aad9fdb93 add action 10 months ago
README.md 8aad9fdb93 add action 10 months ago
analysis_options.yaml 933468cd2b init 11 months ago
pubspec.lock 94f2f0872f 01 3 months ago
pubspec.yaml 94f2f0872f 01 3 months ago

README.md

agora_chat_demo

Version Flutter Android Java Gradle

English | 中文

agora chat 消息IM app

download apk: https://fileshare.yoqi.me/Developer/Flutter/agora_chat_demo

Develop

1、配置 appkey等参数

vim lib\models\config.dart

  static const String appKey  注意是chat应用的appkey
  static const String userId  需要console创建一个用户
  static const String agoraToken  测试时后台临时生成一个,部署正式环境时需要自己实现token服务,比如实现用户的注册登录功能

2、构建

flutter build apk

License

Licensed under the Apache 2.0 © liuyuqi.gov@msn.cn