# alphapoem **Repository Path**: dhyxy/alphapoem ## Basic Information - **Project Name**: alphapoem - **Description**: 一个良好的诗句人机对抗app - **Primary Language**: 其他 - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-07 - **Last Updated**: 2022-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_common_templates 关于flutter的通用模板 # 列表 ## 一、[chat_module](https://github.com/jingluoguo/flutter_common_templates/lib/chat_module) > 基于StatefulWidget刷新状态的交互通用聊天界面 ### 1 预览图 ![flutter聊天页面](preview/flutter聊天页面.gif) ### 2 版本 flutter: 2.10.3 dart: 2.16.2 ### 3 插件 ``` # 视频播放插件: 背景播放 video_player: ^2.1.1 # 监听键盘: 永远指向最新的消息 flutter_keyboard_visibility: ^5.0.3 # 表情库: 扩展输入内容 emoji_picker_flutter: ^1.0.5 ```