- 使用联合插件的方式开发,支持安卓,iOS,鸿蒙 三个平台;
- sdk readme 在 README;
-
使用鸿蒙版 flutter
https://gitee.com/harmonycommando_flutter/flutter
-
在项目 pubspec.yaml 中添加:
im_flutter_sdk: ^4.13.0
im_flutter_sdk_ohos:
git:
url: "https://github.com/easemob/im_flutter_sdk_oh.git"
ref: 1.5.3
其中具体的 ref
可以去 https://github.com/easemob/im_flutter_sdk_oh/releases
查看最新版本号;
- 执行
flutter pub get
;