https://github.com/gstory0404/fun_reader
小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源导入,支持多语言。
https://github.com/gstory0404/fun_reader
comic comics-reader novel novel-reader reader
Last synced: about 1 year ago
JSON representation
小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源导入,支持多语言。
- Host: GitHub
- URL: https://github.com/gstory0404/fun_reader
- Owner: gstory0404
- License: mit
- Created: 2022-06-06T08:34:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T09:37:58.000Z (over 3 years ago)
- Last Synced: 2025-04-06T04:26:14.711Z (about 1 year ago)
- Topics: comic, comics-reader, novel, novel-reader, reader
- Language: Dart
- Homepage:
- Size: 37 MB
- Stars: 130
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FunReader
开源小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源,支持多语言。
> 本项目仅供学习交流,请勿用于其他用途!!
# 主要功能
- 自定义书源导入
- 小说搜索
- 小说分类查看
- 小说阅读
- 漫画搜索
- 漫画分类查看
- 漫画阅读
- 书架管理
- 多语言支持
## 预览
| macos | android |
| ---- | ---- |
|
|
|
## 书源规则
[书源规则](https://github.com/gstory0404/fun_reader/blob/master/rule.md)
## 打包
打包前需要查看文档配置[运行环境](https://docs.flutter.dev/deployment/android)
- Android
```shell
flutter build apk
```
- iOS
```shell
flutter build ipa
```
- Windows
需要再window环境中编译
```shell
flutter build windows
```
- macOS
需要再macOS环境中编译
```shell
flutter build macos
```
- linux
需要再linux环境中编译
```shell
snap install --classic flutter
snap install --classic code
code --install-extension dart-code.flutter
flutter build linux
```