使用Flutter写了一个GptChatBot

根据一个flutter脚手架 github.com/bravekingzh… ,开发的一款能够和ChatGPT聊天的App!支撑桌面和移动端,做了一个简略的屏幕适配。

ui 结构上参阅 项目 github.com/Bin-Huang/c…

全渠道支撑

项目中提供macOS打包版本,

本地开发

  1. git clonegithub.com/bravekingzh…
  2. flutter pub get
  3. flutter build macos/linux/windows/android/ios

特性展示

  • 支撑代码上色
  • 使用stream 流式 API 请求,呼应比较快
  • 清爽的UI

使用Flutter写了一个GptChatBot

使用Flutter写了一个GptChatBot

使用Flutter写了一个GptChatBot

Mobile support

使用Flutter写了一个GptChatBot

支撑特性

  • 多语言支撑
  • 单元测试
  • 组件测试
  • 优秀的全局数据管理方式 flutter_bloc
  • flutter_bloc_test
  • 主题切换
  • 统一的路由管理