Flutter #04 一款仿微信的 Flutter 版 app

2020-11-13  本文已影响0人  喜欢书的女孩
image

目录:

  1. 项目背景
  2. 项目设计
  3. 项目框架
  4. 实现结果
  5. 总结

1. 项目背景

学习 Flutter 也有一段时间了,做一款 Flutter 版的微信练练所学的知识。

2. 项目设计

image

3. 项目框架

3.1 BLOC 模式 + Flutter + Test
STREAMS or REACTIVE approach. In general terms, data will be flowing from the BLOC to the UI or from UI to the BLOC in the form of streams.
-- BLOC 模式的核心

image

3.2 项目结构

image

3.3 消息模块设计

image
  1. 4 测试结构
image

4.实现结果

image image

5. 总结

源码地址:wechat
路遥知马力,一切未完待续~

上一篇 下一篇

猜你喜欢

热点阅读