# imapp **Repository Path**: tfgzsdgit/imapp ## Basic Information - **Project Name**: imapp - **Description**: 宇连通im android和IOS客户端 - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2025-04-10 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 宇联通IM的Android和IOS端 宇连通功能架构图如下: ![Alt text](https://gitee.com/ldh123/im_hm/raw/master_11/doc/imgs/jiagou.png) 鸿蒙客户端是针对鸿蒙系统的app,采用arkts技术开发,当前完成的功能如下: ## 登录 1,登录 2,无秘登录 ## 消息发送 1,p2p(点对点)通信 2,p2g(点对群)通信 3,发送文本消息 4,发送富文本消息 5,发送附件 6,发送图片 7,消息转发 8,消息收藏 9,视频通信 10,语音通信 ## 群功能 1,建群 2,邀请人进群 3,退群 4,解散群 5,群信息修改 ## 会话操作 1,会话置顶 2,取消置顶 3,删除会话 ## 消息操作 1, 消息撤回 2, 消息删除 3, 消息转发 4, 消息收藏 5, 消息引用 6, 消息批量操作 7, 消息清理 8, 消息查找 ## 通讯录管理 1, 通讯录分组 2, 用户查找 ## 工作台 初步设计:笔记和公告,支持定制化开发 ## 消息类型 1, 文本消息 2, 富文本消息 3, 图片消息 4, 文件消息 5, 组合消息 6, 语音消息 仿微信鸿蒙客户端,见附图: #### 登录页面 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/login.jpg) #### 首页 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/main.jpg) #### 消息发送页面 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/send.jpg) #### 群消息页面 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/group_info.jpg) #### 组织架构 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/department.jpg) #### 通讯录 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/txl.jpg) #### 语音通信 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/audio.jpg) #### 视频通信 ![Alt text](https://gitee.com/ldh123/im/raw/master/doc/flutter/video.jpg)