Skip to content

Releases: easemob/im_flutter_sdk_oh

支持环信联合插件

28 Mar 04:05
Compare
Choose a tag to compare

使用方式:

  1. 使用 flutter 鸿蒙版本
    https://gitee.com/harmonycommando_flutter/flutter

  2. 在项目 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
  1. 执行 flutter pub get;