Releases: easemob/im_flutter_sdk_oh
Releases · easemob/im_flutter_sdk_oh
支持环信联合插件
使用方式:
-
使用 flutter 鸿蒙版本
https://gitee.com/harmonycommando_flutter/flutter -
在项目 pubspec.yaml 中添加:
dependencies:
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
- 执行
flutter pub get
;