q805699513/flutter_books
熊猫看书,Flutter 小说阅读 App
- Stars
- 535
- Forks
- 131
- 最近推送(UTC)
- 2021年12月16日
- 项目状态
- 未归档
技术话题
使用的依赖
依赖清单 13 项
- flutter
{"sdk":"flutter"} - cupertino_icons
^0.1.2 - dio
^2.1.13 - json_annotation
^2.0.0 - json_serializable
^2.0.0 - build_runner
^1.0.0 - fluttertoast
^3.0.1 - sqflite
^1.1.6 - path_provider
^1.1.2 - shared_preferences
^0.5.3+4 - event_bus
^1.1.0 - flutter_swiper
^1.1.6 - flutter_test开发依赖
{"sdk":"flutter"}
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
Panda看书
一款 Flutter 写的小说 App
小说界面效果掘金
Show
gif
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/image/g1.gif?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/image/g2.gif?raw=true
image
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image1.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image2.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image3.png?raw=true
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image4.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image5.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image6.png?raw=true
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image7.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image8.png?raw=true https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/image9.png?raw=true
Usage
git
https://github.com/q805699513/flutter_books.git
项目结构
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/lib.png?raw=true| 目录 | 描述 |
|---|---|
| data | 网络请求封装 Dio |
| db | 书架数据库封装 sqflite |
| event | 事件总线 dart-event-bus |
| res | 将 colors、dimens、style 等写在该目录下 |
| ui | ui 界面 |
| ui.bookshelf | 书架页面 |
| ui.details | 小说详情、章节、内容页 |
| ui.home | 首页 tab 书城页面 |
| ui.me | 首页 tab 我的页面 |
| ui.search | 小说搜索页面 |
| ui.splash | 小说启动引导页 |
| util | 工具类 |
| widget | 自定义 view |
下载
二维码下载(Android)
https://file-1301408689.cos.ap-guangzhou.myqcloud.com/githubImage/download.png?raw=true版本更新记录
v1.0.0:2020-05-05
- 使用最新的 flutter 版本
v1.0.0:2019-08-06
- 小说 app 初始版
TODO
更换另一个爬虫小说源,目前暂时使用的追书api。(进行中)
License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.