Flutter

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

2019-08-08  本文已影响0人  EmilyCH
2019-05-06

目录:

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

1. 项目背景

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

2. 项目设计

2019-8-8

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 模式的核心

The BLOC pattern

3.2 项目结构


WeChat 结构

3.3 消息模块设计

模块设计
  1. 4 测试结构
测试结构

4.实现结果

WeChat WeChat

5. 总结

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

上一篇下一篇

猜你喜欢

热点阅读