q805699513/flutter_books
パンダが本を読む、Flutter小説リーディングアプリ
- 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.