Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

executable file
·
31 lines (18 loc) · 943 Bytes

天阅Flutter

screen shot

Setup

  1. Clone the repo

  2. flutter run

Dependency

简介

这是一个用Flutter写的阅读类app。

我试着让这个Demo的结构尽量接近实际项目,同时使用比较简单方式去实现功能。这样可以让刚接触Flutter的人更够容易理解代码。

App中的网络请求均通过一个名为Request的工具类。在Request内部,通过本地mock方式,获取模拟数据。