hyphenate_plugin 0.0.1 copy "hyphenate_plugin: ^0.0.1" to clipboard
hyphenate_plugin: ^0.0.1 copied to clipboard

Flutter Easemob SDK

hyphenate_plugin #

Flutter 环信 SDK (Flutter Easemob SDK)

已实现功能(Implemented function) #

  1. 初始化(init)
  2. 注册(createAccount)
  3. 登录(login)
  4. 注销(logout)
  5. 发送文字消息(sendTextMessage)
  6. 接口文字信息(receiveTextMssage)

接口(API) #

  1. 初始化(init)
    static Future<String> initSDK(appKey) async
  2. 注册(createAccount)
    static Future<String> createAccount(username, password) async
  3. 登录(login)
    static Future<String> login(username, password) async
  4. 注销(logout)
    static Future<String> logout() async
  5. 发送文字消息(sendTextMessage)
    Future<String> sendTxtMsg(toChatUsername, content, isGroupChat)
  6. 接口文字信息(receiveTextMssage)
    void _onMessageReceived(msg,type) HyphenatePlugin.instance.setOnMessageReceived(_onMessageReceived)
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Flutter Easemob SDK

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hyphenate_plugin