Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgh136/PicaComic
A comic app built with Flutter, supporting multiple comic sources.
https://github.com/wgh136/PicaComic
android-application dart e-hentai flutter hitomi-la ios-app jmcomic nhentai picacg windows-app
Last synced: about 3 hours ago
JSON representation
A comic app built with Flutter, supporting multiple comic sources.
- Host: GitHub
- URL: https://github.com/wgh136/PicaComic
- Owner: wgh136
- License: mit
- Archived: true
- Created: 2023-02-06T06:30:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-03T14:04:24.000Z (about 1 month ago)
- Last Synced: 2024-10-29T14:19:48.523Z (7 days ago)
- Topics: android-application, dart, e-hentai, flutter, hitomi-la, ios-app, jmcomic, nhentai, picacg, windows-app
- Language: Dart
- Homepage:
- Size: 109 MB
- Stars: 7,685
- Watchers: 64
- Forks: 825
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Pica Comic
[![flutter](https://img.shields.io/badge/flutter-3.24.1-blue)](https://flutter.dev/)
[![License](https://img.shields.io/github/license/wgh136/PicaComic)](https://github.com/wgh136/PicaComic/blob/master/LICENSE)
[![Download](https://img.shields.io/github/v/release/wgh136/PicaComic)](https://github.com/wgh136/PicaComic/releases)
[![stars](https://img.shields.io/github/stars/wgh136/PicaComic)](https://github.com/wgh136/PicaComic/stargazers)A comic app with multiple sources built with flutter.
## How to use
1. Clone the repository
```shell
git clone https://github.com/wgh136/PicaComic
```
2. Install flutter: https://docs.flutter.dev/get-started/install
3. Build Application: https://docs.flutter.dev/deployment## Introduction
### Built-in Comic Source
Currently, Pica Comic has 5 built-in comic sources:
- picacg
- e-hentai/exhentai
- jmcomic
- hitomi
- 绅士漫画
- nhentai### Custom Comic Source
You can add custom comic sources in the app after version 3.0.0.
### Features
- Browse manga
- Online reading
- Download manga
- Manage local favorites and network favorites
- Data sync(using webdav)
- Reading history### History
This project initially started as an unofficial app for picacg
and later evolved into an app that supports multiple comic sources.## Build From Source Code
See [https://docs.flutter.dev/](https://docs.flutter.dev/)## Thanks
### Projects
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=tonquer&repo=JMComic-qt)](https://github.com/tonquer/JMComic-qt)The image restructuring algorithm used to display jm images is from this project.
### Tags Translation
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=EhTagTranslation&repo=Database)](https://github.com/EhTagTranslation/Database)The Chinese translation of the manga tags is from this project.